DocumentationCoreTypesCustomEasingFunctionCustomEasingFunction Define a custom easing function. type CustomEasingFunction = (t: number) => number; t The time value of the easing function. The value is between 0 and 1.ConditionConfigWordConfig