activeAnimations property

Set<Animation> activeAnimations

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',
    );
void activeAnimations=(Set<Animation> value)

Implementation

set activeAnimations(_i3.Set<_i3.Animation> value) {
  _i4.setProperty(
    this,
    'activeAnimations',
    value,
  );
}