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

Open modal programatically/on scroll #28

Open ajbraus opened 8 years ago

ajbraus commented 8 years ago

Hi there,

I'd like to open the modal programatically but it doesn't look like there is a way to do this.

onetrev commented 8 years ago

Check out the fork created by @adnasa as you can find discussed in this issue here: https://github.com/joaopereirawd/animatedModal.js/issues/24

He added an API to the script to enable you to programatically open / close the modal.

adnasa commented 8 years ago

This feature is in demand, @onetrev 😄