EasingFunction typedef

EasingFunction = double Function(double t)

Signature for easing functions that transform linear progress t in [0, 1] into eased progress.

Implementation

typedef EasingFunction = double Function(double t);