4.0.3 • Published 8 years ago
custombox v4.0.3
Custombox

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();
4.0.3
8 years ago
4.0.2
8 years ago
4.0.1
8 years ago
4.0.0
8 years ago
4.0.0-rc.3
8 years ago
4.0.0-rc.2
9 years ago
4.0.0-rc.1
9 years ago
4.0.0-rc.0
9 years ago
3.0.2
10 years ago
3.0.1
10 years ago
3.0.0
10 years ago
2.2.6
10 years ago
2.2.5
10 years ago
2.2.4
10 years ago
2.2.3
10 years ago
2.2.2
11 years ago