Interface SVGAnimatedAngle

    Used for attributes of basic type which can be animated.

    MDN Reference

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

    Properties

    Properties

    animVal: SVGAngle
    baseVal: SVGAngle