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.
| Variable | Default Value | Options | Description |
|---|---|---|---|
| color | #39BEB9 | HEX, HSL, RGB, RBA | Define background color |
| animatedIn | zoomIn | Choose Here | Transition when the modal goes in |
| animatedOut | zoomOut | Choose Here | Transition when the modal goes out |
| animationDuration | .6s | seconds | Animation duration |
| overflow | auto | scroll; hidden; auto; | This makes your modal scrollable or not |