NiceAnimationCurves class

Standard curves for consistent animation feel.

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

Constants

bounce → const Curve
Elastic bounce for emphasis.
enter → const Curve
For elements entering the screen.
exit → const Curve
For elements leaving the screen.
sharp → const Curve
Sharp deceleration for dialogs/modals.
smooth → const Curve
Smooth for continuous animations.
standard → const Curve
Quick ease-out for most interactions.