Lines Matching full:lg
1 /*! lg-autoplay - v1.0.2 - 2017-01-22
32 appendAutoplayControlsTo: '.lg-toolbar'
82 …_this.core.$outer.find('.lg').append('<div class="lg-progress-bar"><div class="lg-progress"></div>…
94 _this.$el.on('onDragstart.lg.tm touchstart.lg.tm', function() {
102 _this.$el.on('onDragend.lg.tm touchend.lg.tm onSlideClick.lg.tm', function() {
117 _this.$el.on('onBeforeSlide.lg.tm', function() {
121 _$progressBar = _this.core.$outer.find('.lg-progress-bar');
122 _$progress = _this.core.$outer.find('.lg-progress');
125 _$progressBar.removeClass('lg-start');
128 _$progressBar.addClass('lg-start');
146 var _html = '<span class="lg-autoplay-button lg-icon"></span>';
151 _this.core.$outer.find('.lg-autoplay-button').on('click.lg', function() {
152 if ($(_this.core.$outer).hasClass('lg-show-autoplay')) {
168 …_this.core.$outer.find('.lg-progress').css('transition', 'width ' + (_this.core.s.speed + _this.co…
169 _this.core.$outer.addClass('lg-show-autoplay');
170 _this.core.$outer.find('.lg-progress-bar').addClass('lg-start');
188 this.core.$outer.find('.lg-progress').removeAttr('style');
189 this.core.$outer.removeClass('lg-show-autoplay');
190 this.core.$outer.find('.lg-progress-bar').removeClass('lg-start');
196 this.core.$outer.find('.lg-progress-bar').remove();