react-awesome-modal
react-awesome-modal copied to clipboard
backdrop element's opacity needs to be animated
At the moment from what I saw in the demo, it looks like the backdrop element is not animated. This makes the appearance sudden despite of the animated entry of the section.
Also, is the leaving animated?
BTW, In my component I tend to use react-motion for all animated appearance and disappearance, this way I don't need to worry about animation at all.
@episodeyang
Thanks for your advice.
I think the backdrop element doesn't need to animate because It also plays the role of the mask.
I'll check react-motion, thanks!