Searched refs:fromThumb (Results 1 – 1 of 1) sorted by relevance
/plugin/photogallery/lightGallery/js/ |
H A D | lightgallery.js | 766 Plugin.prototype.slide = function(index, fromTouch, fromThumb, direction) { argument 799 this.$el.trigger('onBeforeSlide.lg', [_prevIndex, index, fromTouch, fromThumb]); 895 _this.$el.trigger('onAfterSlide.lg', [_prevIndex, index, fromTouch, fromThumb]); 902 _this.$el.trigger('onAfterSlide.lg', [_prevIndex, index, fromTouch, fromThumb]);
|