Friction factor used by bezier curves.
double kBezierFrictionFactor(double overscrollFraction) => 0.4 * math.pow(1 - overscrollFraction, 2);