getAnimations method
The getAnimations()
method of the Document interface
returns an array of all Animation objects currently in effect whose
target elements are descendants of the document. This array includes
CSS Animations,
CSS Transitions,
and
Web Animations.
Implementation
external JSArray<Animation> getAnimations();