This functionality is slated for jQuery 1.2: http://docs.jquery.com/JQuery_1.2_Roadmap#Animating_scrollLeft.2FscrollTop
-- Brandon Aaron On 8/14/07, emi polak <[EMAIL PROTECTED]> wrote: > > Hello, > I am using Dimensions for a carousel type of scroller. Two buttons (prev + > next) controls the offset of the content inside a div (with overflow set to > hidden). The offest is set with Dimension's scrollLeft(px). > > Is there a way to animate the motion of the content inside the div > container, rather than just jump by the number of pixels set within > scrollLeft(px)? > And would be there another aproach to make this work (cross browser) > without Dimensions by using animate() ? > > Thank you! >