cxc-szcx-uniapp/uni_modules/lime-shared/animation/ease.ts

2 lines
88 B
TypeScript
Raw Normal View History

2024-09-14 02:26:50 +00:00
import {cubicBezier} from './bezier';
export let ease = cubicBezier(0.25, 0.1, 0.25, 1);