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

Close modal if escape key is pressed #59

Open qathom opened 6 years ago

qathom commented 6 years ago

Hello @joaopereirawd,

I added an event listener so that we can close the modal if the escape key is pressed.