EaseDef typedef

EaseDef = double Function(double e)

A function type that defines an easing curve. It takes a value between 0.0 and 1.0 and returns a transformed value based on the specific easing curve defined.

Implementation

typedef EaseDef = double Function(double e);