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

Use modal href as default modalTarget #46

Closed chenxeed closed 5 years ago

chenxeed commented 7 years ago

This will make the modal to be able to open specific modal based on its target, without having to manually set modalTarget option.

(This PR doesn't update the minified script)