class
AnimationPlayer

(Not documented.)

Annotations
  • DocsEditable()
  • DomName('AnimationPlayer')
  • Experimental()
Extends

Static Properties

bool supported
read-only
Checks if this type is supported on the current platform.

Properties

num currentTime
read / write
String playState
read-only
num playbackRate
read / write
AnimationNode source
read / write
num startTime
read / write
Events on
read-only , inherited
This is an ease-of-use accessor for event streams which should only be used when an explicit accessor is not available.

Methods

cancel() → void
finish() → void
pause() → void
play() → void
reverse() → void
addEventListener(String type, dynamic listener(Event event), [bool useCapture]) → void
inherited
removeEventListener(String type, dynamic listener(Event event), [bool useCapture]) → void
inherited
dispatchEvent(Event event) → bool
inherited