Used for attributes of basic type which can be animated.

interface SVGAnimatedAngle {
    animVal: SVGAngle;
    baseVal: SVGAngle;
}

属性

animVal: SVGAngle
baseVal: SVGAngle