Dae, I'm talking about the ticker that ESPN uses on TV. As far as how many FPS per second, I have decided what I'm using. I'm just needing to make the visual speed of scrolling consistent (which is done by moving an element to the left until it's no longer visible) to be the same no matter how wide the element is.
Using duration based speed, an element 400px wide will appear to scroll slower than an element 800px wide. I want the speed of the animation to look the same. Part of the reason I want to use the native animation methods is because so much work has gone into make the animations smooth--I don't want to re-invent the wheel. -Dan On Mon, Dec 15, 2008 at 8:07 PM, Dave Methvin <dave.meth...@gmail.com> wrote: > > Do you have a link to a ticker similar to the one you want to create? > I didn't see one on the ESPN site. > > Also, what if the client can't keep up with 12 frames/sec? Should it > drop frames? >