Search


Search something to see results

SVGAnimatedAngle

Used for attributes of basic type which can be animated.

MDN Reference

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

Index

Properties

Properties

animVal: SVGAngle
baseVal: SVGAngle