easeOut constant
A cubic animation curve that starts quickly and ends slowly.
This is the same as the CSS easing function ease-out
.
Implementation
static const Cubic easeOut = Cubic(0.0, 0.0, 0.58, 1.0);
A cubic animation curve that starts quickly and ends slowly.
This is the same as the CSS easing function ease-out
.
static const Cubic easeOut = Cubic(0.0, 0.0, 0.58, 1.0);