Discussion:
jQuery Cycle: two cycles with different effect & one pager
Florushj
2010-02-02 01:14:48 UTC
Permalink
I'm having some trouble adjusting jQuery Cycle to my wishes. Unfortunately
I'm no jQuery hero :-(

This is what I want in short:
It's basically this example:
http://www.malsup.com/jquery/cycle/pager-double.html
http://www.malsup.com/jquery/cycle/pager-double.html but with one effect
for each cycle. One 'fade' and one 'cover'.

As you can see. This code will only use 'zoom' as fx. I want the first div
to have the fx 'fade' and the second to have the fx 'cover'. How should I do
this??

Your help is very, very appreciated!!!
--
View this message in context: http://old.nabble.com/jQuery-Cycle%3A-two-cycles-with-different-effect---one-pager-tp27414204s27240p27414204.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.
Mike Alsup
2010-02-03 01:04:56 UTC
Permalink
$('#slideshow').cycle({
fx: 'fade,cover'
});
Post by Florushj
I'm having some trouble adjusting jQuery Cycle to my wishes. Unfortunately
I'm no jQuery hero :-(
It's basically this example:http://www.malsup.com/jquery/cycle/pager-double.htmlhttp://www.malsup.com/jquery/cycle/pager-double.html but with one effect
for each cycle. One 'fade' and one 'cover'.
As you can see. This code will only use 'zoom' as fx. I want the first div
to have the fx 'fade' and the second to have the fx 'cover'. How should I do
this??
Your help is very, very appreciated!!!
--
View this message in context:http://old.nabble.com/jQuery-Cycle%3A-two-cycles-with-different-effec...
Sent from the jQuery General Discussion mailing list archive at Nabble.com.
Loading...