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