linearAnimations property

Iterable<LinearAnimation> linearAnimations

List of linear animations in the artboard.

Implementation

Iterable<LinearAnimation> get linearAnimations =>
    _animations.whereType<LinearAnimation>();