Chartbreaker
    Preparing search index...

    Interface SVGAnimatedTransformList

    The SVGAnimatedTransformList interface represents attributes which take a list of numbers and which can be animated.

    MDN Reference

    interface SVGAnimatedTransformList {
        animVal: SVGTransformList;
        baseVal: SVGTransformList;
    }
    Index

    Properties

    Properties

    animVal: SVGTransformList

    The animVal read-only property of the SVGAnimatedTransformList interface represents the animated value of the transform attribute of an SVG element.

    MDN Reference

    baseVal: SVGTransformList

    The baseVal read-only property of the SVGAnimatedTransformList interface represents the non-animated value of the transform attribute of an SVG element.

    MDN Reference