antd-mini
Version:
antd-mini 是支付宝小程序 UI 组件库,遵循 Ant Design 规范。
24 lines (23 loc) • 525 B
JavaScript
export var PopupDefaultProps = {
visible: false,
title: '',
destroyOnClose: false,
backgroundImage: '',
showMask: true,
showClose: false,
showBack: false,
position: 'bottom',
// 是否开启动画
animation: true,
animationType: 'transform',
// 动画持续时间
duration: 300,
height: null,
width: null,
maskClassName: '',
maskStyle: '',
// 弹窗层级
zIndex: 998,
onClickBackIcon: function () { },
onClickCloseIcon: function () { },
};