Dart
dart:html
Animation
ready property
ready
Dart
dart:html
Animation
ready property
Animation class
Constructors
Animation
Properties
currentTime
effect
finished
id
onCancel
onFinish
playbackRate
playState
ready
startTime
timeline
hashCode
on
runtimeType
Methods
cancel
finish
pause
play
reverse
addEventListener
dispatchEvent
noSuchMethod
removeEventListener
toString
Operators
operator ==
Static properties
supported
Constants
cancelEvent
finishEvent
ready property
Future
<
Animation
>
ready
Implementation
Future<Animation> get ready => promiseToFuture<Animation>(JS("", "#.ready", this));