Not documented.
- Annotations
- DocsEditable()
- DomName('AnimationPlayer')
- Experimental()
- Extends
- Object
- EventTarget
- AnimationPlayer
Static Properties
- bool supported
-
read-onlyChecks if this type is supported on the current platform.
Properties
- num currentTime
-
read / write
- Events on
-
read-only, inheritedThis is an ease-of-use accessor for event streams which should only be used when an explicit accessor is not available.
- num playbackRate
-
read / write
- String playState
-
read-only
- AnimationNode source
-
read / write
- num startTime
-
read / write
Methods
-
addEventListener(
String type, dynamic listener(Event event), [bool useCapture]) → void -
inherited
-
cancel(
) → void -
dispatchEvent(
Event event) → bool -
inherited
-
finish(
) → void -
pause(
) → void -
play(
) → void -
removeEventListener(
String type, dynamic listener(Event event), [bool useCapture]) → void -
inherited
-
reverse(
) → void