Interface SVGAnimatedLength

    Used for attributes of basic type which can be animated.

    MDN Reference

    interface SVGAnimatedLength {
        animVal: SVGLength;
        baseVal: SVGLength;
    }

    Properties

    Properties

    animVal: SVGLength
    baseVal: SVGLength