animation property
String
get
animation
Implementation
_i2.String get animation => _i4.getProperty(
this,
'animation',
);
set
animation
(String value)
Implementation
set animation(_i2.String value) {
_i4.setProperty(
this,
'animation',
value,
);
}