Dart SDK
dart:html
Animation
property supported
supported
class Animation
Constructors
internal_
Properties
currentTime
effect
finished
id
playbackRate
playState
ready
startTime
hashCode
on
runtimeType
Methods
cancel
finish
pause
play
reverse
addEventListener
dispatchEvent
noSuchMethod
removeEventListener
toString
Operators
operator ==
Static properties
instanceRuntimeType
supported
bool
supported
Checks if this type is supported on the current platform.
Source
static bool get supported => true;
property supported