adhesion-element

It change target dom's as adhesion.


License
Apache-2.0
Install
npm install adhesion-element@0.0.8

Documentation

interstitial

It change the target dom as adhesion(overlay).

Install

npm install adhesion-element

Sample

var Adhesion = require('adhesion-element');
var target = document.querySelector('#target');
var adh = new Adhesion(target);
adh.build(); # adhesion
adh.unbuild(); # trun off adhesion

Author

kuro-daei

Repository

GitHub

Lisence

Apache-2.0