sioux offscreen
More info from sioux: gerhardberger.github.io/sioux/
npm install sioux-offscreen
An off screen navigation item. Similar to the menu of the Facebook and Path app. demo. It requires two part: an offscreen
elem which is hidden behind the other onscreen
element.
var Offscreen = ;var off = offscreenElement onscreenElement;off;
properties
- offscreen: the off screen DOM element
- onscreen: the forward DOM element
- hidden: Boolean, whether the offscreen element is hidden or not
methods
- show(callback): shows the
offscreen
element, thecallback
gets called when the animation ended - hide(callback): hides the
offscreen
element, thecallback
gets called when the animation ended - toggle(callback): toggles the state, the
callback
gets called when the animation ended