UNPKG

sliderjs

Version:

lightweight slideshow engine using CSS, Canvas and WebGL Transitions

14 lines (12 loc) 249 B
/*~~~height~~~ handle the height of the slider * * GET: the current height (integer) * SET: a new height (integer) * * <renaudeau.gaetan@gmail.com> - 2012 */ sliderjs.modules("height", function (sandbox, $) { return { def: 430 } });