cxc-szcx-uniapp/uni_modules/lime-shared/animation/ease.ts
2024-12-04 11:10:13 +08:00

2 lines
88 B
TypeScript

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