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