I have two pagers controlling one slideshow; one with text links and one with numbers. The problem is that Cycle is reading the pagers continuously, so on the numerical pager, '1' goes to slide 4, '2' goes to slide 5 etc. Is there a way of using pagerAnchorBuilder foreach pager separately?
I would like to use the 'scrollVert' animation, but in reverse to the default transitions, so I'm using 'rev: 1'.
This all works fine up to this point, however I am also using image count (http://jquery.malsup.com/cycle/count.html) underneath each image, and this also gets reversed when you click next or previous, i.e. clicking Next gives me 1/10, then 10/10, 9/10 etc...
Is there a way to reverse how scollVert looks, but without affecting the image count?
Alternatively, is it possible to write forward-and-backward transitions (like scrollHorz or scrollVert) in a custom fx?