The scale factor at progress t (1.0 at t=0, minScale at t=1).
t
double scaleAt(double t) => 1 - (1 - minScale) * t;