out_cubic

Function
out_cubic(t: float) -> float

Fast start, slow end using cubic curve

Parameters

t
Time factor between 0 and 1

Returns

Eased value between 0 and 1 Raises: ValueError: If t is not between 0 and 1