ease constant
A cubic animation curve that speeds up quickly and ends slowly.
This is the same as the CSS easing function ease
.
Implementation
static const Cubic ease = Cubic(0.25, 0.1, 0.25, 1.0);
A cubic animation curve that speeds up quickly and ends slowly.
This is the same as the CSS easing function ease
.
static const Cubic ease = Cubic(0.25, 0.1, 0.25, 1.0);