Modal dialog effects with transitions CSS3.
You can install custombox through bower:
bower install customboxOr through npm:
npm install customboxAlternatively, download the package and reference the JavaScript and CSS files manually:
<scriptsrc="custombox.min.js"></script><linkrel="stylesheet" type="text/css" href="custombox.min.css">Optional legacy file for along for the older browsers.
<scriptsrc="custombox.legacy.min.js"></script>newCustombox.modal({content: {effect: 'fadein',target: '#modal'}}).open();