Searched refs:fromTouch (Results 1 – 1 of 1) sorted by relevance
| /plugin/photogallery/lightGallery/js/ |
| D | lightgallery.js | 766 Plugin.prototype.slide = function(index, fromTouch, fromThumb, direction) { argument 799 this.$el.trigger('onBeforeSlide.lg', [_prevIndex, index, fromTouch, fromThumb]); 824 if (!fromTouch) { 895 _this.$el.trigger('onAfterSlide.lg', [_prevIndex, index, fromTouch, fromThumb]); 902 _this.$el.trigger('onAfterSlide.lg', [_prevIndex, index, fromTouch, fromThumb]); 919 Plugin.prototype.goToNextSlide = function(fromTouch) { argument 922 if (fromTouch && _this.$slide.length < 3) { 930 _this.slide(_this.index, fromTouch, false, 'next'); 935 _this.slide(_this.index, fromTouch, false, 'next'); 936 } else if (_this.s.slideEndAnimatoin && !fromTouch) { [all …]
|