easeLinearity property

double easeLinearity

The curvature factor of panning animation easing (third parameter of the Cubic Bezier curve). 1.0 means linear animation, and the smaller this number, the more bowed the curve.

Implementation

external double get easeLinearity;
void easeLinearity=(double value)

Implementation

external set easeLinearity(double value);