easeInOut constant

Curve const easeInOut

Equal to cubic-bezier(0.42, 0, 0.58, 1.0), starts transitioning slowly, speeds up, and then slows down again.

Implementation

static const Curve easeInOut = Curve._('ease-in-out');