Used for attributes of type SVGLengthList which can be animated.

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

Properties

Properties

animVal: SVGLengthList
baseVal: SVGLengthList

Generated using TypeDoc