vue3-vant4-mobile/src/settings/animateSetting.ts
2024-02-20 00:27:09 +08:00

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: '缩放消退' },
];