interstitial
v0.0.5
Published
It change target dom's style as Interstitial background.
Readme
interstitial
It change the target dom as interstital base.
Install
npm install interstitialSample
var Interstitial = require('interstitial');
var target = document.querySelector('#target');
var int = new Interstitial(target);
int.close(); # close the interstitialAuthor
Repository
Lisence
Apache-2.0
