animations property

List<Animation>? animations
getter/setter pair

List of animations.

The list should be chronological, without any time overlap.

Implementation

core.List<Animation>? animations;