Interface SVGAnimatedTransformList

    Used for attributes which take a list of numbers and which can be animated.

    MDN Reference

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

    Properties

    Properties