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

Allow links as close buttons, fix for turbolinks #21

Open saetia opened 8 years ago

saetia commented 8 years ago

this will allow links to behave as close buttons. setting the body and html to overflow:hidden will prevent subsequent pages from scrolling when using turbolinks.