Converted flash FLA file to html 5 using CreateJS toolkit, it works smoothly in Google chrome but very slow in Firefox, Click Event listeners taking more time to respond also the animations, how can i solve this issue?
Asked
Active
Viewed 161 times
0
-
1What is the FPS set to? Also, what kind of animations are we talking about? – Andrew Feb 04 '14 at 19:07
-
Firefox Javascript is really slower than Crome, specially when Firebug is opened, but without more information on your code we can't help you – Raphaël Malié Feb 04 '14 at 23:26
-
After converting FLA file to HTML 5 using CreateJS toolkit FPS is set to 30, and i am not using Firebug, am using click event listeners to call an animation. – Harsha Feb 05 '14 at 04:13