Variable EASINGSConst

EASINGS: Record<string, ((t) => number)> = ...

Collection of easing functions

Type declaration

    • (t): number
    • Parameters

      • t: number

      Returns number

Generated using TypeDoc