Dart API Reference
dart:html
AnimationPlayer
AnimationPlayer
class
Annotated by:
DocsEditable()
DomName('AnimationPlayer')
Experimental()
Extends:
EventTarget
Object
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
Inherited
(
String
type
,
dynamic
listener
(
Event
event
)
, [
bool
useCapture
] ) →
void
removeEventListener
Inherited
(
String
type
,
dynamic
listener
(
Event
event
)
, [
bool
useCapture
] ) →
void
dispatchEvent
Inherited
(
Event
event
) →
bool