easeInSine constant

Curve const easeInSine

A sine-based ease-in curve.

Implementation

static const Curve easeInSine = Cubic(0.47, 0.0, 0.745, 0.715);