UNPKG

sliderjs

Version:

lightweight slideshow engine using CSS, Canvas and WebGL Transitions

10 lines (9 loc) 236 B
/**~~~duration~~~ handle the transition duration - the animation between 2 slides. * <renaudeau.gaetan@gmail.com> - 2012 */ sliderjs.modules("duration", function(sandbox, $) { return { def: 1000, accept: $.parseTime } });