Questions tagged [jquery-cycle]

The jQuery Cycle Plugin is a slideshow plugin that supports many different types of transition effects. It is the predecessor of jQuery Cycle2 plugin, which is recommended for new projects.

Cycle is a plugin for .

The old jQuery Cycle Plugin is a slideshow plugin that supports many different types of transition effects. It supports pause-on-hover, auto-stop, auto-fit, before/after callbacks, click triggers and much more. It also supports, but does not require, the Easing Plugin.

New projects should use the newer jQuery Cycle2 Plugin, which introduces some new plugins and features.

579 questions
4
votes
2 answers

jQuery Cycle Plugin [cycle] terminating; too few slides: 1

I'm getting below error: [cycle] terminating; too few slides: 1 Below is the code for jQuery Cycle. I'm not sure why this is coming out in Chrome var inners = $('ul#output li').cycle().cycle('stop'); var slideshow = $('ul#output').cycle({ …
Jae Kun Choi
  • 2,011
  • 5
  • 25
  • 32
4
votes
1 answer

Stop jQuery cycle from setting display:none;

I'm creating a little game where a user selects from a set of items then the selected items are shuffled and one is chosen. I'm using jQuery cycle (http://jquery.malsup.com/cycle/) to run the main animation and select a random item (using the random…
samlester
  • 335
  • 3
  • 18
4
votes
2 answers

jQuery Cycle: Disable Initial 'After' Callback

I want to perform a callback function ("revealContent") after the slide transition, but I don't want that function to run when jQuery Cycle first initializes (which it does). Any suggestions? $(this).find('.content').cycle({ timeout:…
Derek J
  • 41
  • 1
4
votes
2 answers

jquery cycle2 carousel add slides

Trying to build a jquery cycle2 carousel which loads extra slides on 'cycle-finished' but the extra slides a added wrong and the carousel dont proceed. JSFiddle example here My HTML:

1

4
votes
1 answer

Jquery Cycle Div as Anchor

I'm building a page that has a few divs of content that will slide in and out - just a few lines of code with jQuery Cycle. I have a navigation on the side in which I want to append the links to. No problem with Jquery cycle - I can even specify an…
wesbos
  • 25,839
  • 30
  • 106
  • 143
4
votes
2 answers

jQuery Cycle 'destroy' command (and all other commands) ignored

I'm having an issue with jQuery cycle simply ignoring all commands (destory, stop etc.). There are a lot of other things going on on this page, which may be contributing, but I'm not sure how much example code is too much. In a nutshell, I have two…
Kerri
  • 1,211
  • 2
  • 15
  • 22
4
votes
6 answers

Cant center my images in Jquery Cycle Slideshow

I have this problem and I can't find a solution anywhere at all.... I have 3 divs inside 1 div and those 3 divs each have 3 images and they all go side by side. I used jQuery cycle to make 3 slideshows. That works perfectly. Some of the images need…
user979331
  • 11,039
  • 73
  • 223
  • 418
3
votes
2 answers

jQuery cycle - control with mousewheel? (How to prevent mousewheel from continuously cycling?)

I am using jQuery cycle in combination with a mousewheel plugin. I have built it so that the mousewheel will move through the cycle depending on how the wheel is moved. However, once the cycle changes, I would like to prevent the mousewheel from…
waffl
  • 5,179
  • 10
  • 73
  • 123
3
votes
2 answers

jQuery Cycle - changing options dynamically

Question: How would I change jQuery Cycle's options asynchronously via mouse interactions on HTML elements? jsFiddle Here's a working example. Refer to the comments for clarification on intentions Conducted Research: This tweet from cycle's author…
user110857
  • 2,023
  • 1
  • 21
  • 33
3
votes
2 answers

Is there a way to center the pager thumbnails in Jquery Cycle instead of left-aligned? (jsFiddle)

I've added a pager to my Jquery Cycle, and things are working fine. I'd like to center the pager thumbnails (I'm not actually using REAL thumbnails ... just referring to the pager numbers as thumbnails). So if I have 7 slides, I'd like pager1,…
Jason Weber
  • 5,653
  • 6
  • 40
  • 73
3
votes
2 answers

jQuery Cycle Plugin scalable DIV and containerResize=1

I am using the jQuery Cycle (full) Plugin on a page where I am using a container DIV (.content-left) with a width of 75% and a jQuery Cycle slideshow inside of that container. The images inside of that container should be adjusted automatically. I…
Mike
  • 2,686
  • 7
  • 44
  • 61
3
votes
1 answer

Preloading images for cycle BEFORE hiding specific DIV and updating url

I have a project where I want to show a specific div (about the company) while a large fullscreen jQuery cycle is loading. I don't want to show the loading div until the images are loaded. It works well locally, but when I upload it the page shows…
j0e
  • 1,441
  • 1
  • 15
  • 17
3
votes
2 answers

Full screen jQuery Cycle, resize window

I'm trying to build a slideshow with jQuery Cycle where the images fills the entire browser, are adjusted so they're always centered and scrolls horizontally (scrollHorz) on click. It all works pretty good, but when I adjust browser window size,…
vorpyg
  • 2,505
  • 4
  • 25
  • 22
3
votes
5 answers

cycling images in jQuery - randomize it?

I've got a site that has a div that has some images:
1
oJM86o
  • 2,108
  • 8
  • 43
  • 71
3
votes
5 answers

Making a jQuery cycle plugin become responsive to the layout pixels?

This is my markup for a slideshow. As you can see in my stylesheet I am specifying the slideshow's height explicitly, but I would really like to avoid this, so that when I make the browser larger or smaller the slideshow size changes as…
okMonty
  • 227
  • 2
  • 4
  • 11
1
2
3
38 39