UNPKG
sliderjs
Version:
latest (2.0.0)
2.0.0
lightweight slideshow engine using CSS, Canvas and WebGL Transitions
gre/slider.js
sliderjs
/
src
/
modules
/
duration.js
10 lines
(9 loc)
•
236 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
/**~~~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 } });