Used for attributes of basic type which can be animated.

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

Properties

Properties

animVal: SVGLength
baseVal: SVGLength

Generated using TypeDoc