animationDuration property
Gets the value of "animation-duration"
Implementation
String get animationDuration => getPropertyValue('animation-duration');
Sets the value of "animation-duration"
Implementation
set animationDuration(String value) {
setProperty('animation-duration', value, '');
}