Home
last modified time | relevance | path

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

/plugin/photogallery/lightGallery/js/
H A Dlightgallery.js86 enableDrag: true, property in AnonymousFunction91f19f9c0200.defaults
244 _this.enableDrag();
352 if (this.s.enableDrag && this.$items.length > 1) {
1138 Plugin.prototype.enableDrag = function() { method in Plugin
1144 if (_this.s.enableDrag && !_this.isTouch && _this.doCss()) {
H A Dlightgallery.min.js4enableDrag:!0,dynamic:!1,dynamicEl:[],galleryId:1};b.prototype.init=function(){var b=this;b.s.prel… property in AnonymousFunction7137b5ee0200.c
H A Dlg-video.js171 … && ((_this.core.s.enableSwipe && _this.core.isTouch) || (_this.core.s.enableDrag && !_this.core.i…
H A Dlg-video.min.js4 ….core.$items.length>1&&(b.core.s.enableSwipe&&b.core.isTouch||b.core.s.enableDrag&&!b.core.isTouch…
/plugin/rigrr/lib/svg-pan-zoom/
H A Dsvg-pan-zoom.js763 , enableDrag: function() {that.options.dragEnabled = true}