Dynamic Columns Viewer
Dcolumns is Module that will split the web contents document automatically. It offers the ability to be viewed by turning the split screen after the screen split.
- jQuery 2.x
- npm install
npm install
- bower install
bower install
<div id="contents">Long web contents.....</div>
var viewer = new Dcolumns($("#contents"), {
"nColumPadding" : 10, // column padding
"nMarginHeight" : 0, // margin height
"nMarginWidth" : 0, // margin width
"nAdjustAngle" : 45 // flicking angle
});
viewer.load();
v0.0.1
- Module Open
Please send me a pull request so that this can be improved.
This is released under the MIT license.