easings.d.ts 92 B

1
  1. export declare function easeInOutCubic(t: number, b: number, c: number, d: number): number;