Different effects on elements inside jQuery cycle
I have a slideshow using the views slideshow module in Drupal which uses the jQuery cycle.
Inside the slideshow I have four fields (classes are defined below)
- Image (.views-field-field-homepage-slider-image)
- More info button (.views-field-field-more-info-link)
- Title (.views-field-title)
- Text (.views-field-field-homepage-slider-text)
I need the image and button to slide and the title and text to fade in and out. All elements need to be in sync.
I am looking for the way to define this inside the 'advanced options' box inside the views slideshow properties.
Any help would be much appreciated.