String animationDuration

Gets the value of "animation-duration"

Source

String get animationDuration => getPropertyValue('animation-duration');
void animationDuration=(String value)

Sets the value of "animation-duration"

Source

set animationDuration(String value) {
  setProperty('animation-duration', value, '');
}