mirror of
https://github.com/xiangshu233/vue3-vant4-mobile.git
synced 2025-04-05 19:42:05 +08:00
9 lines
291 B
TypeScript
9 lines
291 B
TypeScript
export const animates = [
|
|
{ value: 'zoom-fade', text: '渐变' },
|
|
{ value: 'zoom-out', text: '闪现' },
|
|
{ value: 'fade-slide', text: '滑动' },
|
|
{ value: 'fade', text: '消退' },
|
|
{ value: 'fade-bottom', text: '底部消退' },
|
|
{ value: 'fade-scale', text: '缩放消退' },
|
|
];
|