adhesion-element
v0.0.8
Published
It change target dom's as adhesion.
Readme
interstitial
It change the target dom as adhesion(overlay).
Install
npm install adhesion-elementSample
var Adhesion = require('adhesion-element');
var target = document.querySelector('#target');
var adh = new Adhesion(target);
adh.build(); # adhesion
adh.unbuild(); # trun off adhesionAuthor
Repository
Lisence
Apache-2.0
