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
.
Syntax
var targetElement = someElement.targetElement;
Specifications
Specification | Status | Comment |
SVG Animations Level 2 The definition of 'SVGAnimationElement.targetElement' in that specification. |
Editor's Draft | Added null as return value in case that no target element is being animated. |
Scalable Vector Graphics (SVG) 1.1 (Second Edition) The definition of 'SVGAnimationElement.targetElement' in that specification. |
Recommendation | Initial definition |
Browser compatibility
Document Tags and Contributors
Tags:
Contributors to this page:
Sebastianz
Last updated by:
Sebastianz,