easypay-app/utils/animationType.js
2023-12-20 21:41:47 +08:00

26 lines
1.1 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// +----------------------------------------------------------------------
// | CRMEB [ CRMEB赋能开发者助力企业发展 ]
// +----------------------------------------------------------------------
// | Copyright (c) 2016~2021 https://www.crmeb.com All rights reserved.
// +----------------------------------------------------------------------
// | Licensed CRMEB并不是自由软件未经许可不能去掉CRMEB相关版权
// +----------------------------------------------------------------------
// | Author: CRMEB Team <admin@crmeb.com>
// +----------------------------------------------------------------------
module.exports = {
/*
-----仅在APP生效-----
slide-in-right 新窗体从右侧进入
slide-in-left 新窗体从左侧进入
slide-in-top 新窗体从顶部进入
slide-in-bottom 新窗体从底部进入
pop-in 新窗体从左侧进入,且老窗体被挤压而出
fade-in 新窗体从透明到不透明逐渐显示
zoom-out 新窗体从小到大缩放显示
zoom-fade-out 新窗体从小到大逐渐放大并且从透明到不透明逐渐显示
none 无动画
*/
type:'zoom-fade-out',
duration:200
}