Animation class - dart:html library (original) (raw)

Inheritance

Annotations

Constructors

Animation([AnimationEffectReadOnly? effect, AnimationTimeline? timeline])

factory

Properties

currentTimenum?

getter/setter pair

effectAnimationEffectReadOnly?

getter/setter pair

finishedFuture<Animation>

no setter

hashCodeint

The hash code for this object.

no setterinherited

idString?

getter/setter pair

onEvents

This is an ease-of-use accessor for event streams which should only be used when an explicit accessor is not available.

no setterinherited

onCancelStream<Event>

no setter

onFinishStream<Event>

no setter

playbackRatenum?

getter/setter pair

playStateString?

no setter

readyFuture<Animation>

no setter

runtimeTypeType

A representation of the runtime type of the object.

no setterinherited

startTimenum?

getter/setter pair

timelineAnimationTimeline?

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

toString()→ String

A string representation of this object.

inherited

Operators

operator ==(Object other)→ bool

The equality operator.

inherited

Static Properties

supportedbool

Checks if this type is supported on the current platform.

no setter

Constants

cancelEvent → const EventStreamProvider<Event>

finishEvent → const EventStreamProvider<Event>