joaopereirawd / animatedModal.js

animatedModal.js is a jQuery plugin to create a fullscreen modal with CSS3 transitions. You can use the transitions from animate.css or create your own transitions.
MIT License
962 stars 207 forks source link

modal content remains after close #51

Open data-handler opened 7 years ago

data-handler commented 7 years ago

I've noticed that when an animated modal is closed using an input with class 'close-animatedModal' the content added to the modal remains in the DOM. I don't know if this is intentional or if I have an old version of the plug in? I now clear the content manually after closing.

ThunderTrent commented 6 years ago

I'm having the same issue.