targetElement property
SVGElement?
get
targetElement
The SVGAnimationElement.targetElement
property refers to
the element which is being animated. If no target element is being
animated (for
example, because the href
attribute specifies an unknown element), the
value returned is null
.
Implementation
external SVGElement? get targetElement;