Chartbreaker
    Preparing search index...

    Interface SVGAnimatedAngle

    The SVGAnimatedAngle interface is used for attributes of basic type <angle> which can be animated.

    MDN Reference

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

    Properties

    Properties

    animVal: SVGAngle

    The animVal read-only property of the SVGAnimatedAngle interface represents the current animated value of the associated <angle> on an SVG element.

    MDN Reference

    baseVal: SVGAngle

    The baseVal read-only property of the SVGAnimatedAngle interface represents the base (non-animated) value of the associated <angle> on an SVG element.

    MDN Reference