SVGAnimateElement constructor
SVGAnimateElement()
Creates an SVGAnimateElement using the tag 'animate'.
Implementation
SVGAnimateElement()
: _ = document.createElementNS(
'http://www.w3.org/2000/svg',
'animate',
);