[jQuery] Re: Cycle image gallery question

2008-12-09 Thread marifletch
Hi -- That does help, but only allows 2 items to show in the div at a time. As each transition is ended, the next item appears, but then I can't get the next item to appear until the prior item has "transitioned". Thank you, though! Mari

[jQuery] Re: Cycle image gallery question

2008-12-09 Thread Karl Swedberg
Hi there, Maybe the "continous" option will help? $('whatever').cycle({continuous: true}); http://malsup.com/jquery/cycle/options.html --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On Dec 9, 2008, at 10:11 PM, marifletch wrote: I am working with the jq