getAnimations method

JSArray<Animation> getAnimations()

The getAnimations() method of the ShadowRoot interface returns an array of all Animation objects currently in effect whose target elements are descendants of the shadow tree. This array includes CSS Animations, CSS Transitions, and Web Animations.

Implementation

external JSArray<Animation> getAnimations();