make the div content autoscrolling right to left with a nice animation
How can I make a div content (any type of content: table, image, text,etc.) autoscrolling from right to left with an elegant animat开发者_JS百科ion?
Thank you very much, regards.
did you try the scrollTo plugin?
http://plugins.jquery.com/project/ScrollTo
Update: It seems you want something like this: (check the last example) http://demos.flesler.com/jquery/serialScroll/
Like this, maybe? http://sorgalla.com/projects/jcarousel/
jCarousel is a jQuery plugin for controlling a list of items in horizontal or vertical order. The items, which can be static HTML content or loaded with (or without) AJAX, can be scrolled back and forth (with or without animation).
精彩评论