animationsPaused method
Gets a value that indicates whether this SVG document fragment is in a paused state.
![]() ![]() |
Syntax
var retval = SVGSVGElement.animationsPaused();Parameters
This method has no parameters.
Return value
Type: Boolean
true if this SVG document fragment is in a paused state; otherwise,false.
Standards information
- Scalable Vector Graphics: Document Structure, Section 5.11.2
See also
Show:

