Interface SVGAnimatedLengthList

    Used for attributes of type SVGLengthList which can be animated.

    MDN Reference

    interface SVGAnimatedLengthList {
        animVal: SVGLengthList;
        baseVal: SVGLengthList;
    }

    Properties

    Properties

    animVal: SVGLengthList
    baseVal: SVGLengthList