Home
last modified time | relevance | path

Searched refs:hDistancePercent (Results 1 – 2 of 2) sorted by relevance

/plugin/imagecarousel/vendor/swipebox/js/
H A Djquery.swipebox.js286 hDistancePercent, variable
332 hDistancePercent = hDistance * 100 / winWidth;
355 '-webkit-transform' : 'translate3d(' + ( currentX + hDistancePercent ) +'%, 0, 0)',
356 'transform' : 'translate3d(' + ( currentX + hDistancePercent ) + '%, 0, 0)'
370 '-webkit-transform' : 'translate3d(' + ( currentX + hDistancePercent ) +'%, 0, 0)',
371 'transform' : 'translate3d(' + ( currentX + hDistancePercent ) + '%, 0, 0)'
392 hDistancePercent = hDistance*100/winWidth;
/plugin/gallery/swipebox/js/
H A Djquery.swipebox.js