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

add support for navigation to next/previous modals #63

Open mgzrobles opened 5 years ago

mgzrobles commented 5 years ago

when I open a modal, sometimes I need to move directly to the next instead of close first it and open a new modal next

paawera commented 4 years ago

I am new to programming and GitHub. I downloaded the changed animatedModal.js and referred to it in my html code. But I don't know how to trigger the navigation to the next modal.

Can you please help me? I would be very grateful, because I need this for my online portfolio, so that I can apply for a new job as a designer...

mgzrobles commented 4 years ago

I @paawera check this commit https://github.com/mgzrobles/animatedModal.js/commit/cfbe5ae73d5c627fdd92b68796e04fdf1b2aede0 ;)

paawera commented 4 years ago

@mgzrobles Thank you. Now it works :-)