easeInExpo constant

Curve const easeInExpo

An exponential ease-in curve.

Implementation

static const Curve easeInExpo = Cubic(0.95, 0.05, 0.795, 0.035);