AnimationPlayer class

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

Static Properties

supported bool
read-only

Instance Properties

currentTime num
read / write
playState String
read-only
playbackRate num
read / write
source AnimationNode
read / write
startTime num
read / write
on Events Inherited
read-only

Instance 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