SVGAnimateTransformElement constructor

SVGAnimateTransformElement()

Creates an SVGAnimateTransformElement using the tag 'animateTransform'.

Implementation

SVGAnimateTransformElement()
    : _ = document.createElementNS(
        'http://www.w3.org/2000/svg',
        'animateTransform',
      );