Inheritance
Annotations
  • DocsEditable()
  • DomName('Animation')
  • Experimental()

Static Methods

internalCreateAnimation() Animation

Constructors

Animation(Element target, List<Map> keyframes, [timingInput])

factory
Animation.internal_()

Properties

activeDuration num

read-only, inherited

read / write, inherited
currentIteration int

read-only, inherited
duration num

read-only, inherited
endTime num

read-only, inherited
hashCode int

read-only, inherited
localTime num

read-only, inherited
player AnimationPlayer

read-only, inherited
runtimeType Type

A representation of the runtime type of the object.

read-only, inherited
startTime num

read-only, inherited
timing Timing

read-only, inherited

Operators

operator ==(other) bool

The equality operator.

inherited

Methods

noSuchMethod(Invocation invocation) → dynamic

Invoked when a non-existent method or property is accessed.

inherited
toString() String

Returns a string representation of this object.

inherited