UNPKG

react-mobile-dialog

Version:
16 lines (12 loc) 722 B
### | name | description | type | default | |----------|----------------|----------|--------------| | wrapStyle | style for modal wrap | Object | {} | | maskStyle | style for modal mask | Object | {} | | style | style for modal | Object | {} | | animationType | animation type for modal content, can be one of `none|fade|slide-up|slide-down` | String | slide-up | | animationDuration | animation duration | number | 300 | | visible | visible state | boolean | false | | animateAppear | whether animation on first show | boolean | false | | onClose | called when close | Function | ()=>void | | onAnimationEnd | called when animation end | Function | (visible:boolean)=>void (animationType !== 'none') |