Cycle Plugin
Cycle Plugin
first time iv started to use this plugin and so far am finding it great! but i would like to use it on a group of thumb images..
i have about 6 thumb each one has two images (2nd hidden) and using the pagerEvent: 'mouseover' i want the image to fade (or using different fx) out into the hidden one!
how do i go about doing this? YES am a newbie to jQuery :-)
div #thumb is around one thumb
this is the code i hav so far
- $(document).ready(function() {
- $('#thumb').cycle({
- fx: 'fade',
- speed: 500,
- timeout: 0,
- pagerEvent: 'mouseover'
- });
- });