animations property

ReadonlyArray<Animation> animations

Implementation

_i7.ReadonlyArray<_i4.Animation> get animations => _i6.getProperty(
      this,
      'animations',
    );
void animations=(ReadonlyArray<Animation> value)

Implementation

set animations(_i7.ReadonlyArray<_i4.Animation> value) {
  _i6.setProperty(
    this,
    'animations',
    value,
  );
}