Appearance
function linear(t): number;
Linear easing — no acceleration or deceleration.
t
number
linear(0.5) // => 0.5
1.0.0