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
/
height.js
14 lines
(12 loc)
•
249 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*~~~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
} });