Hello,

I was wondering if it is possible for someone to correct the following code. It's to get the caption field/s fading in just like the image field.

Fadeintext is a class I've added to the caption field.

jQuery(".fadeintext").delay(1000).animate({ opacity: 1 }, 700); works onload once when placed into onSliderLoad section of callbacks views option, however I'd like it to fade in per slide not just once on page load.

I've tried placing this code in onSlideBefore, onSlideAfter, onSlideNext, onSlidePrevious.

Many thanks

Comments

kingfisher64’s picture

Status: Active » Closed (works as designed)