Used for attributes which take a list of numbers and which can be animated.

interface SVGAnimatedTransformList {
    animVal: SVGTransformList;
    baseVal: SVGTransformList;
}

Properties

Properties

animVal: SVGTransformList
baseVal: SVGTransformList

Generated using TypeDoc