Searched refs:doCss (Results 1 – 10 of 10) sorted by relevance
/plugin/photogallery/lightGallery/js/ |
H A D | lg-thumbnail.js | 90 if (this.core.s.enableThumbDrag && !this.core.isTouch && this.core.doCss()) { 94 if (this.core.s.enableThumbSwipe && this.core.isTouch && this.core.doCss()) { 228 if ((_this.thumbClickable && !_this.core.lgBusy) || !_this.core.doCss()) { 283 if (!this.core.doCss()) { 289 if (!this.core.doCss()) {
|
H A D | lg-thumbnail.min.js | 4 …doCss()&&this.enableThumbDrag(),this.core.s.enableThumbSwipe&&this.core.isTouch&&this.core.doCss()…
|
H A D | lightgallery.js | 341 if (this.doCss()) { 360 if (this.doCss()) { 398 Plugin.prototype.doCss = function() { method in Plugin 1105 if (_this.s.enableSwipe && _this.isTouch && _this.doCss()) { 1144 if (_this.s.enableDrag && !_this.isTouch && _this.doCss()) {
|
H A D | lightgallery.min.js | 4 …doCss()?this.$outer.addClass("lg-css3"):(this.$outer.addClass("lg-css"),this.s.speed=0),this.$oute… method in b
|
H A D | lg-autoplay.js | 63 if (!this.core.doCss()) {
|
H A D | lg-autoplay.min.js | 4 …edOnTouch=!1,this.fourceAutoplayTemp=this.core.s.fourceAutoplay,this.core.doCss()||(this.core.s.pr…
|
H A D | lg-video.js | 171 …if (_this.core.doCss() && _this.core.$items.length > 1 && ((_this.core.s.enableSwipe && _this.core…
|
H A D | lg-video.min.js | 4 …").on("load.lg error.lg",function(){a.addClass("lg-complete")}))}};b.core.doCss()&&b.core.$items.l…
|
H A D | lg-zoom.js | 49 if (this.core.s.zoom && this.core.doCss()) {
|
H A D | lg-zoom.min.js | 4 …lery"),this.core.s=a.extend({},c,this.core.s),this.core.s.zoom&&this.core.doCss()&&(this.init(),th…
|