0.0.5 • Published 8 years ago

interstitial v0.0.5

Weekly downloads
1
License
-
Repository
github
Last release
8 years ago

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