npm.io
0.0.5 • Published 9 years ago

interstitial

Licence
Version
0.0.5
Deps
0
Vulns
0
Weekly
0

interstitial

It change the target dom as interstital base.

Install

npm install interstitial

Sample

var Interstitial = require('interstitial');
var target = document.querySelector('#target');
var int = new Interstitial(target);
int.close(); # close the interstitial

Author

kuro-daei

Repository

GitHub

Lisence

Apache-2.0