Closing the Modal [Better method]
-
The better way to close the modal is to add class
modal-closeto you html elementExamaple:
<a class="modal-close" href="#wbounce-modal"> Thank you [Close the Modal]</a>using this method will not only close the modal, but will also fire the bouce Exit Animation
The topic ‘Closing the Modal [Better method]’ is closed to new replies.