[jQuery] Re: please help me for the performance

2009-02-09 Thread Stephan Veigl
Hi David, use a reasonable speed e.g. 50ms = 20fps (instead of 1ms) should make the animation smoother and reduce computation time. you could also try to use background images instead of , but that may be not suitable for your application. by(e) Stephan 2009/2/8 David .Wu : > > I think so, bu

[jQuery] Re: please help me for the performance

2009-02-08 Thread David .Wu
I think so, but it's the requirement, so maybe there is another way to achieve it, I still figure on it. On 2月7日, 下午3時23分, jQuery Lover wrote: > Removing image reflection might improve performance... > > > Read jQuery HowTo Resource - http://jquery-howto.blogspot.com > > On Sat, Feb 7, 20

[jQuery] Re: please help me for the performance

2009-02-06 Thread jQuery Lover
Removing image reflection might improve performance... Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Sat, Feb 7, 2009 at 2:58 AM, David .Wu wrote: > > url: http://chan.idv.tw:90/test/marquee/marquee.html > rar: http://chan.idv.tw:90/test/marquee/marquee.rar > > Hi, t