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