Not documented.

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

Static Properties

supported bool
read-only

Checks if this type is supported on the current platform.

Properties

currentTime num
read / write

on Events
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.

playbackRate num
read / write

playState String
read-only

source AnimationNode
read / write

startTime num
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