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
1
vote
1 answer

how to select an element using jquery cycle

thumbnails.html: This page contains 16 images. The user then select an image and a new page "display.htm" is loaded. On this page i am using jquery cycle and the images slowly rotate. My question is, what jquery / cycle syntax can i use so that the…
frosty
  • 5,330
  • 18
  • 85
  • 122
1
vote
1 answer

Why wont my jQuery cycle.js slider autostart?

I'm using the cycle.js app for jQuery but my slider wont auto start :( $(document).ready(function(){ $('#slideshow').after('
Michael
  • 307
  • 1
  • 6
  • 17
1
vote
2 answers

Links not working when using jquery cycle plugin

I have this HTML code :
1
vote
1 answer

jQuery-Cycle: border-radius property not acting as expected in Chrome 11

Im using jQuery-cycle to power one of my slideshow and a border-radius property applied to the container div is not working as expected: The "View Content" slide has rounded corners, the other slides dont have any. #carousel {-webkit-border-radius:…
frishi
  • 862
  • 1
  • 10
  • 27
1
vote
2 answers

JQuery Cycle Plugin - Delay Interval Between Slides Question

I'm using jQuery Cycle Plugin for an image slider. What I'm looking for is something like this: image1.jpg >> fadeout >> hold on the blank frame for a second >> fadein image2.jpg >> repeat How can I control the delay before the next fade animation…
Azure Haze
  • 13
  • 1
  • 5
1
vote
2 answers

Div does not adjust to fit height and width of the image

I have a div (div#slideImage) and within a few images. But this is not div by adjusting the images inside that div. See the full page. Note that the size of the div (width: 75px; height: 28px;) is smaller than the size of the image. I'm using the…
ridermansb
  • 10,779
  • 24
  • 115
  • 226
1
vote
1 answer

jQuery Cycle Plugin, add class to current slide thumbnail/link

I'm currently using this jQuery Cycle Plugin: http://jquery.malsup.com/cycle/ And I have the following code: