Files
dsProject/dsPgBase/WebRoot/html/cdn/es/utils/animation.d.ts
2025-09-03 11:36:01 +08:00

3 lines
119 B
TypeScript

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