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

Dark background overlay #64

Open brivvy opened 5 years ago

brivvy commented 5 years ago

So I resized my modal by changing the height to "auto"... any way to place an overlay under the modal that makes the background darker?

joaopereirawd commented 5 years ago

Hi brivvy, You can change the background color by js option or you also can do by CSS. Take a look on documentation in option section

brivvy commented 5 years ago

Sorry I may have been confusing. I mean BEHIND the modal, I want an overlay on the rest of the site content so that the modal appears above the dark background. :)

Thanks for the response!

nickfmc commented 5 years ago

just add a class to the body of your site when the trigger for your modal is clicked. remove it when it's closed.