Home
last modified time | relevance | path

Searched refs:cycle (Results 26 – 30 of 30) sorted by last modified time

12

/template/starterbootstrap/js/
H A Dbootstrap.js319 .on('mouseleave.bs.carousel', $.proxy(this.cycle, this))
343 Carousel.prototype.cycle = function (e) { method in Carousel
374 if (activeIndex == pos) return this.pause().cycle()
384 this.cycle(true)
458 isCycling && this.cycle()
477 else if (options.interval) data.pause().cycle()
H A Dbootstrap.min.js6cycle()})}var c=function(b,c){this.$element=a(b),this.$indicators=this.$element.find(".carousel-in… method in c
/template/starterpjax/
H A DREADME.md20 …s (performing a full page load , then reverting to PJAX loads for another cycle) to pre-empt any m…
/template/dokutwitterbootstrap/js/
H A Dbootstrap.min.js9cycle,this))};b.DEFAULTS={interval:5e3,pause:"hover",wrap:!0},b.prototype.cycle=function(b){return… method in b
/template/templar/js/
H A Dbootstrap-carousel.js35 .on('mouseleave', $.proxy(this.cycle, this))
40 cycle: function (e) { method in Carousel
68 return this.pause().cycle()
78 this.cycle(true)
147 isCycling && this.cycle()
169 else if (options.interval) data.pause().cycle()
201 $target.data('carousel').pause().to(slideIndex).cycle()

12