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