Files
dsProject/dsBase/WebRoot/html/cdn/es/utils/animation.d.ts
2025-08-14 15:45:08 +08:00

3 lines
119 B
TypeScript

export declare const cubic: (value: number) => number;
export declare const easeInOutCubic: (value: number) => number;