Used for attributes of type SVGLengthList which can be animated.

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

属性

animVal: SVGLengthList
baseVal: SVGLengthList