UNPKG

sliderjs

Version:

lightweight slideshow engine using CSS, Canvas and WebGL Transitions

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