menu
  1. Dart
  2. dart:html
  3. CssStyleDeclarationBase
  4. animationPlayState property
animationPlayState

animationPlayState property

String get animationPlayState

Gets the value of "animation-play-state"

Implementation

String get animationPlayState => getPropertyValue('animation-play-state');
set animationPlayState (String value)

Sets the value of "animation-play-state"

Implementation

set animationPlayState(String value) {
 setProperty('animation-play-state', value, '');
}
CssStyleDeclarationBase class

AltStyle によって変換されたページ (->オリジナル) /