[jQuery] Jquery cycle transitions with text

[jQuery] Jquery cycle transitions with text


Hi there,
When trying some transitions in jquery with the cycle plugin on slides
that contain text, I find some work and some don't. For example
scrollDown works fine:
http://dev2.savingforchildren.co.uk/mjs/jquery_cycle/scrollDown.html
but scrollRight doesn't seem to quite work (at least in the way I'd
expect), in that the text being replaced disappears before the
scrolling commences
http://dev2.savingforchildren.co.uk/mjs/jquery_cycle/scrollRight.html
also
http://dev2.savingforchildren.co.uk/mjs/jquery_cycle/scrollLeft.html
http://dev2.savingforchildren.co.uk/mjs/jquery_cycle/cover.html
don't seem to 'do the right thing'
Am I misunderstanding how these should work, or is it just that some
of the transitions don't handle text very well?
Thanks