Home
last modified time | relevance | path

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

/plugin/photogallery/lightGallery/js/
H A Dlightgallery.js824 if (!fromTouch) {
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) {
950 Plugin.prototype.goToPrevSlide = function(fromTouch) { argument
953 if (fromTouch && _this.$slide.length < 3) {
961 _this.slide(_this.index, fromTouch, false, 'prev');
966 _this.slide(_this.index, fromTouch, false, 'prev');
[all …]