feat: 初始化
This commit is contained in:
2
uni_modules/lime-shared/animation/ease.ts
Normal file
2
uni_modules/lime-shared/animation/ease.ts
Normal file
@ -0,0 +1,2 @@
|
||||
import {cubicBezier} from './bezier';
|
||||
export let ease = cubicBezier(0.25, 0.1, 0.25, 1);
|
Reference in New Issue
Block a user