Modalizer.js
==
Lightweight extension over bootstrap's modals to improve of the control, animations and visualization of modal windows.

[](https://github.com/jlgarridol/modalizerjs/releases)


---
Getting starting
--
### Installation
Via npm
```bash
$ npm install modalizer.js
```
or add it directly using a CDN:
```html
```
### Basic usage
#### Launch modal
Add class modalinit and modal's identifier in ```data-modal``` attribute to a ``````, `````` or any else HTML element.
Add class ```modalizer``` to the modal div.
**Example:**
```html
Click to open