Searched refs:swipeThreshold (Results 1 – 5 of 5) sorted by relevance
/plugin/photogallery/lightGallery/js/ |
H A D | lg-thumbnail.js | 42 swipeThreshold: 50, property in AnonymousFunction2ec5ab380200.defaults 359 if (Math.abs(endCoords - startCoords) < _this.core.s.swipeThreshold) { 422 if (Math.abs(endCoords - startCoords) < _this.core.s.swipeThreshold) {
|
H A D | lg-thumbnail.min.js | 4 …swipeThreshold:50,loadYoutubeThumbnail:!0,youtubeThumbSize:1,loadVimeoThumbnail:!0,vimeoThumbSize:… property in AnonymousFunction2a202f8a0200.b
|
H A D | lightgallery.js | 84 swipeThreshold: 50, property in AnonymousFunction91f19f9c0200.defaults 1077 if ((distance < 0) && (Math.abs(distance) > _this.s.swipeThreshold)) { 1079 } else if ((distance > 0) && (Math.abs(distance) > _this.s.swipeThreshold)) {
|
H A D | lightgallery.min.js | 4 …swipeThreshold:50,enableSwipe:!0,enableDrag:!0,dynamic:!1,dynamicEl:[],galleryId:1};b.prototype.in… property in AnonymousFunction7137b5ee0200.c
|
/plugin/slider/ |
H A D | jquery.bxslider.js | 39 swipeThreshold: 50, property in defaults 1055 if(distance >= slider.settings.swipeThreshold){ 1075 if(Math.abs(distance) >= slider.settings.swipeThreshold){
|