accelerateEasing top-level constant

Curve const accelerateEasing

The accelerate easing curve in the Material specification.

Elements exiting a screen use acceleration easing, where they start at rest and end at peak velocity.

See also:

Implementation

const Curve accelerateEasing = Cubic(0.4, 0.0, 1.0, 1.0);