I've created a GWT project and included a div tag with an animated gif in it. The idea is, while my GWT application loads, you'll see this image moving because it is included in the static HTML file. When the onModuleLoad() function is almost done, I remove this div from the DOM, thus removing the image.
My problem is, the GIF image freezes and doesn't move while my application is loading. The image only moves if there is a problem in my app and it never loads. Is there a way to include a moving image, a GIF, while the onModuleLoad () function is running? I'm not sure why it is freezing. I look forward to a creative answer. Thanks, Nick --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
