I am working upon an animation problem where efficiency is a strong concern. When manipulating DOM to animate certain objects, i use the setAttribute method. Profiler shows that it is the most expensive operation, accounting for 40% of the CPU usage for my process.
Why could setAttribute be eating up so much time in my case? Is there any alternative efficient way to update DOM? Naveed -- View this message in context: http://www.nabble.com/SVG-Dom-setAttribute-method-eating-up-alot-of-time-tf4526425.html#a12914922 Sent from the Batik - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
