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

Added Vanilla JS solution -- no longer need jQuery as a dependent! #47

Open pcanella opened 7 years ago

pcanella commented 7 years ago

I spent some time this weekend refactoring this code for pure "Vanilla" JS and am submitting it for review/merge. My projects nowadays rely less and less on jQuery and having a 91K dependency for a 2kb file seemed unnecessary.

Let me know what you think 😄