ArkhetypesanimationsEasingFunctionOn this pageEasingFunction() EasingFunction = (t) => number Represents an easing function that takes a progress value and returns a transformed value. Parametersโ t: numberโ Progress value between 0 and 1. Returns: numberโ Transformed progress value. Sinceโ 1.0.0