SVGSVGElement.PauseAnimations

SVGSVGElement.PauseAnimations method

Suspends (i.e., pauses) all currently running animations that are defined within the SVG document fragment corresponding to this ‘svg’ element, causing the animation clock corresponding to this document fragment to stand still until it is unpaused.

public void PauseAnimations()

See Also