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