Im interested in implementing a JQuery Solution for a Animated Horizontal Slide Function.
In the following example various “tetimonials” text slide from opposite directions at a specified interval.
The following example is in flash:
http://gsgpainting.com/contactUs.html (check the left column onload)
My simple question is: Does a JQuery tool exist for this? Or is there an easy JavaScript solution to implment this?
of course it possible. give me a few minutes and ill make a fiddle for it ^_^
ok try something like this:
http://jsfiddle.net/t5jyM/
html:
JS:
and if you want from two directions, check out this example: http://jsfiddle.net/maniator/sCNUL/
UR WELCOME ^_^