mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-10-09 19:46:39 +08:00
9 lines
297 B
TypeScript
9 lines
297 B
TypeScript
export const animates = [
|
|
{ value: 'zoom-fade', label: '渐变' },
|
|
{ value: 'zoom-out', label: '闪现' },
|
|
{ value: 'fade-slide', label: '滑动' },
|
|
{ value: 'fade', label: '消退' },
|
|
{ value: 'fade-bottom', label: '底部消退' },
|
|
{ value: 'fade-scale', label: '缩放消退' },
|
|
];
|