[jQuery] cycle plugin questions

2009-08-15 Thread ckee

I have a cycle working here: http://www.violinatta.com/node/19

Two questions: (1) initially more than one image shows, one under the
other, eventually consolidating to 1. The container and images are
both dimensioned. Suggestions how to correct this so just the one
image appears initially?
(2) In the demo here http://malsup.com/jquery/cycle/ the image seems
never to go to white -- a fadein seems to start before the fadeout is
complete. The malsup demo uses the default settings, though.
Suggestions?

Thanks in advance.

Clark


[jQuery] Cycle Plugin Questions

2009-06-06 Thread Terry

Hi all. I am a newbie to jquery as well as the Cycle plug in. I
initally have 2 questions.
First, can I utilize the prev and next options along with the pager
option, so that someone can have both options of clicking prev/next
and or click on one of the pagers.
And second, can I have a Cycle slide show within another Cycle slide
show.
The reason for question 2 is that I am a graphic designer and I want
to use Cycle to show my portfolio. There are some instances where I
would like to give the viewer the option to see additional detailed
images of a particular portfolio item, and at the same time not force
someone to have to go through each and every image in the portfolio.


[jQuery] Cycle plugin questions

2009-03-24 Thread Carl Meyer

Hey all,

Using the (awesome) Cycle plugin all over the place, and I have a
question: in the uncompressed code file [1], a comment says that the
second argument to .cycle() can be the name of an fx (only used in
conjunction with a numeric value for 'options').  I've tried this (to
trigger a manual transition to a specific slide, with a specific
transition effect), and the second argument doesn't appear to have any
effect; the transition defined in the original options is always used.

Is the comment wrong, and what I'm trying to do currently not
possible?  Or am I doing something wrong?

Thanks in advance for any help!

Carl

 [1] http://malsup.com/jquery/cycle/jquery.cycle.all.js?v2.60


[jQuery] Cycle Plugin questions - prev/next as a callable function of cycle?

2007-10-22 Thread Tobias Parent

  OK, so I've got the cycle plugin working beautifully, and I created my 
own hover pause utility, as it needed to integrate with a separate pause 
button. Working wonderfully. However...

  Now, I'm trying to set it so that, when a prev/next button are 
clicked, the player advances/rewinds as it should (which works), but on 
a forced advance/rewind, I'd like to be able to pause the player.

  I'm looking at the source, to see if I can add a .cycle(ffwd) and 
.cycle(rewind), similar to the .cycle(pause) and .cycle(resume) - 
but if someone has advice on an easy way to do this, I'd be grateful!

 Thanks!
 -Toby
  AIM: tobyParent
  [EMAIL PROTECTED]