activeAnimations property
Gets the set of currently animating Animations being managed by this AnimationManager, including any running #defaultAnimation.
Implementation
_i3.Set<_i3.Animation> get activeAnimations => _i4.getProperty(
this,
'activeAnimations',
);