-
1. Re: on/off not working well in FF while perfect in Chrome, safari and IE
Xoco Aug 13, 2013 9:40 AM (in response to resdesign)If you try to create a single png with all pngs? or they should be differents sometimes?
-
2. Re: on/off not working well in FF while perfect in Chrome, safari and IE
resdesign Aug 13, 2013 9:51 AM (in response to Xoco)Well I am using different png not sprite sheets.
-
3. Re: on/off not working well in FF while perfect in Chrome, safari and IE
Endoplasmic Aug 13, 2013 10:13 AM (in response to resdesign)Does it happen only the first time through? If so, preload the images.
Try loading them via code? (making sure the image is set to img) and then sym.$('whatever_img').attr('src', 'blah.png');
Crazy last bonus option would be to try a canvas element and load images on that?
-
4. Re: on/off not working well in FF while perfect in Chrome, safari and IE
resdesign Aug 13, 2013 10:46 AM (in response to Endoplasmic)Actually I am wondering why this is happening in this particular animation. It does not have to do with the images because I have a restart button and it does the same thing in the second and third replay and even sometimes stops playing on the replay button.
-
5. Re: on/off not working well in FF while perfect in Chrome, safari and IE
elainefinnell Aug 19, 2013 10:57 AM (in response to resdesign)Hi, resdesign-
Can you send me your file so that I can poke around? Have you also tried this against FF Beta and Aurora to see if it happens there as well?
-Elaine
-
6. Re: on/off not working well in FF while perfect in Chrome, safari and IE
resdesign Aug 19, 2013 11:07 AM (in response to elainefinnell)Do you still want to look at it? I solved the problem by preloading the images.




