Re: [flexcoders] Scrollbar - add easing to the scrolled content

2008-09-03 Thread Michael Schmalle
Ops I miss read your question, you are asking about easing as the user moves the scroll button. You might be able to do some kind of a delta move calculation in relation to the time the user moves from point x to point y. This would mean you need to override the 2 properties I just mentioned. You

Re: [flexcoders] Scrollbar - add easing to the scrolled content

2008-09-03 Thread Michael Schmalle
Hi, Yes, I have done this and it actually works well. All you need to do is animate the horizontalScrollPosition and verticalScrollPosition properties of the Container. Mike On Wed, Sep 3, 2008 at 1:31 PM, João <[EMAIL PROTECTED]> wrote: > Hello, > > I have a scrollbar applied to the content

[flexcoders] Scrollbar - add easing to the scrolled content

2008-09-03 Thread João
Hello, I have a scrollbar applied to the content of a Canvas (it's not a list control). Is it possible to easily add easing to the movement of the content being scrolled? Thanks, João Saleiro