animatedInstanceRoot property
Gets the animated root of the instance tree of a use element.
![]() ![]() |
Syntax
| JavaScript |
|---|
p = object.animatedInstanceRoot |
Property values
Type: Object
The animated root of the instance tree.
Standards information
- Scalable Vector Graphics: Document Structure, Section 5.11.8
Remarks
If the xlink:href attribute is being animated, the animatedInstanceRoot property contains the current animated root of the instance tree. If the xlink:href attribute is not currently being animated, animatedInstanceRoot contains the same value as the instanceRoot property.
For more information about the instance tree, see SVGElementInstance.
See also
Show:

