Animation class

Annotations
  • @JS()

Constructors

Animation()
factory

Properties

duration int
getter/setter pair
easing ↔ dynamic
getter/setter pair
finished ↔ dynamic Function(Animation)
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isViewportUnconstrained bool
getter/setter pair
reversible bool
getter/setter pair
runCount ↔ dynamic
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add(dynamic diagram, String pos, dynamic a, dynamic b) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
start() → void
stop() → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

easeInExpo → dynamic
no setter
easeLinear → dynamic
no setter
easeOutExpo → dynamic
no setter