Files
QingLong/WebRoot/html/cdn/es/utils/animation.d.ts
2025-08-15 09:13:13 +08:00

3 lines
119 B
TypeScript

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