-1

I am using jQuery Cycle on a full width image slideshow.

What i'd like to do is have some HTML text within a div and when the transition "scrollUp" occurs, So does the text. I have tried a few things so far, But had no joy with it.

At the moment my code looks like this

What I'd like to do is some text animates the same time as the image changes.

Is this possible, If so any help?

StuBlackett
  • 3,789
  • 15
  • 68
  • 113
  • A jsFiddle should only be used to demonstrate functionality, not as a shortcut to avoid typing code. Please post your code in the question. – Sparky Apr 10 '12 at 14:22
  • Cycle will cycle whatever you give it - you just need to give it a container that contains a set of whatever you want to cycle. It can be images, or it can be divs containing their own complex layout. – Dave Apr 10 '12 at 14:30
  • I'd like the text to change, roughly at the same time. I think the best way to achieve this is to create one slideshow with the images in it. Another with the HTML content in it. The animation that way appears seemless – StuBlackett Apr 10 '12 at 14:35

1 Answers1

1

I'm not sure if this was what you were after but let me know either way:

http://jsfiddle.net/UBMLN/1/

CallumVass
  • 11,288
  • 26
  • 84
  • 154
  • A jsFiddle should only be used to demonstrate functionality, not as a shortcut to avoid typing code. Please post your code in the answer. – Sparky Apr 10 '12 at 14:24
  • Hi, I'd like the text to change at the same time as the transition, Not with it. I think I might be able to do this by creating 2 slideshows. One for image content, One for HTML – StuBlackett Apr 10 '12 at 14:39
  • 1
    I see we are getting -1's because we used jsfiddle as an example. Dont quite understand. Damned if you do and damned if you dont on here... – StuBlackett Apr 10 '12 at 15:53
  • Nothing wrong with posting jsFiddle examples. Leaving the code out of the answer is the problem... when the URLs go dead, the answer is totally useless to future readers. – Sparky Apr 10 '12 at 16:00
  • 1
    Not true at all... http://stackoverflow.com/questions/8171371/how-long-does-jsfiddle-host-your-code-for Sorry but this site is a very useful resource, But some nitty answers you get sometimes are uncalled for! – StuBlackett Apr 11 '12 at 09:32