Dart SDK
dart:html
AnimationPlayer
class
AnimationPlayer
Static Properties
Properties
Methods
Static properties
supported
Properties
currentTime
playState
playbackRate
source
startTime
on
Methods
cancel
finish
pause
play
reverse
addEventListener
removeEventListener
dispatchEvent
(Not documented.)
Annotations
DocsEditable()
DomName('AnimationPlayer')
Experimental()
Extends
Object
EventTarget
AnimationPlayer
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