Animation class - dart:html library (original) (raw)
Inheritance
- Object
- EventTarget
- Animation
Annotations
- @Native("Animation")
Constructors
Animation([AnimationEffectReadOnly? effect, AnimationTimeline? timeline])
factory
Properties
currentTime ↔ num?
getter/setter pair
effect ↔ AnimationEffectReadOnly?
getter/setter pair
no setter
The hash code for this object.
no setterinherited
getter/setter pair
This is an ease-of-use accessor for event streams which should only be used when an explicit accessor is not available.
no setterinherited
no setter
no setter
playbackRate ↔ num?
getter/setter pair
no setter
no setter
A representation of the runtime type of the object.
no setterinherited
getter/setter pair
no setter
Methods
addEventListener(String type, EventListener? listener, [bool? useCapture])→ void
inherited
cancel()→ void
dispatchEvent(Event event)→ bool
inherited
finish()→ void
noSuchMethod(Invocation invocation)→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pause()→ void
play()→ void
removeEventListener(String type, EventListener? listener, [bool? useCapture])→ void
inherited
reverse()→ void
A string representation of this object.
inherited
Operators
operator ==(Object other)→ bool
The equality operator.
inherited
Static Properties
Checks if this type is supported on the current platform.
no setter
Constants
cancelEvent → const EventStreamProvider<Event>
finishEvent → const EventStreamProvider<Event>