1.0.0 • Published 5 years ago

react-mobile-dialog v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

namedescriptiontypedefault
wrapStylestyle for modal wrapObject{}
maskStylestyle for modal maskObject{}
stylestyle for modalObject{}
animationTypeanimation type for modal content, can be one of none|fade|slide-up|slide-downStringslide-up
animationDurationanimation durationnumber300
visiblevisible statebooleanfalse
animateAppearwhether animation on first showbooleanfalse
onClosecalled when closeFunction()=>void
onAnimationEndcalled when animation endFunction(visible:boolean)=>void (animationType !== 'none')