cxc-szcx-uniapp/uni_modules/lime-shared/animation/ease.ts
2025-01-17 16:00:43 +08:00

2 lines
88 B
TypeScript

import {cubicBezier} from './bezier';
export let ease = cubicBezier(0.25, 0.1, 0.25, 1);