Used for attributes of basic type which can be animated.

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

Properties

Properties

animVal: SVGAngle
baseVal: SVGAngle

Generated using TypeDoc