🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

jQuery Modal Window Effects with transitions CSS3.This plugin is created with native JavaScript but works perfectly with jQuery.These animations only works as intended in browsers that support the respective CSS properties.Internet Explorer 8 and 9 works, but without animations.

Animation CSS Plugins Popup Window

Documentation

Custombox npm version Travis Coverage Status npm License

Modal dialog effects with transitions CSS3.

Usage

You can install custombox through bower:

bower install custombox

Or through npm:

npm install custombox

Alternatively, download the package and reference the JavaScript and CSS files manually:

<script src="custombox.min.js"></script> <link rel="stylesheet" type="text/css" href="custombox.min.css">

Optional legacy file for along for the older browsers.

<script src="custombox.legacy.min.js"></script>

Basic usage

new Custombox.modal({   content: {     effect: 'fadein',     target: '#modal'   } }).open();

You May Also Like