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
0
votes
1 answer

get Id of current photo jQuery circle slideshow gallery

I am working on image gallery project using ASP.NET MVC3 and jQuery Cycle Plugin. This is the code i have: $(document).ready(function () { $('#s1').cycle({ fx: 'curtainX', speed: 2000, next: '#raty', …
0
votes
2 answers

jquery cycle plugin - manipulate next/prev buttons?

I created a standart jquery slideshow from the jquery cycle plugin, which i didnt change. Now everything works just fine after I followed this tutorial. My Question now is, does anyone know how to change the plugins code, that the prev and next…
ibanes88
  • 123
  • 2
  • 9
0
votes
1 answer

JQuery Cycle, how to set different intervals between transitions

I am using JQuery cycle for an slide show for my home page. The main idea is that certain groups of images appear together, So I want to synch the intervals some how that I have the following pattern 1-2-3 -> 1-4-3 -> 5-4-6 -> 1-4-3 -> 1-2-3 ->...…
mahsa.teimourikia
  • 1,664
  • 9
  • 32
  • 64
0
votes
1 answer

JQuery cycle, how can I set intervals for different images so I can let some images to apear together

I am using jquery cycle, and here is my code: