Skip to content
TypeAliasTweens & Motion@public

FlxEaseFunction

Function used to transform normalized tween progress.

ts
export type FlxEaseFunction = (progress: number) => number

Released under the MIT License.