[jQuery] cycle addSlideFn, timing & using only a single slide as default

2008-04-30 Thread Jeff Friesen
I have been working with the addSlideFn. I love the idea, but I am having some problems implementing it. I have some ideas for improving it, but first here is what I ran into: I got addSlideFn to work in a somewhat simple case. Then I was having problems though when I tried to set a delay. The

[jQuery] Re: cycle plugin: is there a simple cut transition?

2008-04-30 Thread Jeff Friesen
again, thanks for your help. It works great. > Here's a demo that shows how to do immediate transitions: > > http://www.malsup.com/jquery/cycle/immediate.html > > Mike

[jQuery] Re: jQuery Cycle - Hover Pager

2008-04-30 Thread Jeff Friesen
Great - works perfectly. thanks! > > I updated cycle so that you can specify the trigger event for the > pager.  Here's a demo: > > http://www.malsup.com/jquery/cycle/pager5.html > > Mike

[jQuery] Re: jQuery Cycle - Hover Pager

2008-04-26 Thread Jeff Friesen
I got this to work by hacking the original code but not with a custom transition. I am sure there is a more elegant way to do it (if anybody knows please post it!) You can hover over the pager to go through the slides. I hacked line 281 in the buildPager function: from: $a.bind('click',function

[jQuery] cycle plugin: is there a simple cut transition?

2008-04-26 Thread Jeff Friesen
First of all, I love the elegance of this plugin, thanks! I was working on a project where I needed a simple cut transition (no fade, just transition immediately to the next slide), and I couldn't figure out how to do it. I took out the fx and speed options, set speed to 0, tried to guess and se

[jQuery] cycle plugin: sIFR'ing cycle

2008-04-26 Thread Jeff Friesen
Has anybody gotten a sIFR'd text element to work properly with the cycle plugin? I can sIFR a element, and I can create a slideshow with that same element, but not at the same time. The first sIFR'd element in the slideshow shows fine, but subsequent slides disappear. When I thought about doi