ArkhetypesanimationsEasingFunctionSur cette 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