animation property - CssStyleDeclarationBase class - dart:html library (original) (raw)
String getanimation
Gets the value of "animation"
Implementation
String get animation => getPropertyValue('animation');
setanimation (String value)
Sets the value of "animation"
Implementation
set animation(String value) {
setProperty('animation', value, '');
}