1.0.0 • Published 7 years ago
react-mobile-dialog v1.0.0
| 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') |
1.0.0
7 years ago