Easing class
The Ease class provides a collection of easing functions for use with tween.js.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
Back
↔ Map<
ETTypes, num Function(num, [num?])> -
getter/setter pair
-
Bounce
↔ Map<
ETTypes, num Function(num, [num?])> -
getter/setter pair
-
Circular
↔ Map<
ETTypes, num Function(num, [num?])> -
getter/setter pair
-
Cubic
↔ Map<
ETTypes, num Function(num, [num?])> -
getter/setter pair
-
Elastic
↔ Map<
ETTypes, num Function(num, [num?])> -
getter/setter pair
-
Exponential
↔ Map<
ETTypes, num Function(num, [num?])> -
getter/setter pair
-
generatePow
↔ Map<
ETTypes, num Function(num, [num?])> -
getter/setter pair
-
Linear
↔ Map<
ETTypes, num Function(num, [num?])> -
getter/setter pair
-
Quadratic
↔ Map<
ETTypes, num Function(num, [num?])> -
getter/setter pair
-
Quartic
↔ Map<
ETTypes, num Function(num, [num?])> -
getter/setter pair
-
Quintic
↔ Map<
ETTypes, num Function(num, [num?])> -
getter/setter pair
-
Sinusoidal
↔ Map<
ETTypes, num Function(num, [num?])> -
getter/setter pair