SVGAnimateMotionElement constructor

SVGAnimateMotionElement()

Creates an SVGAnimateMotionElement using the tag 'animateMotion'.

Implementation

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