Easing typedef

Easing = double Function(double t)

Easing functions for smooth animations

Implementation

typedef Easing = double Function(double t);