On Sun, Jan 29, 2012 at 11:05 AM, Peter Bittner <[email protected]> wrote: > > In accordance to the DEVELOPER.RULES I announce that I will now come > up with a suggestion of an "Ajax spinner" on the pyjs.org website, and > push the changes to repository at SF. I have looked at the options > online, looks like we can only use a GIF file for the actual spinner, > because Animated PNG and pure CSS animation is not supported by all > major browsers yet.
we can use the bootstrap_progress.js from the helloworldsplash example too -- that is a matter of moving 2 files, the JS file and an image (logo). it uses CSS to create a centered progress bar (expands in both directions), and using the `-m` flag the progress bar is accurate. the page is blanked out, and after all modules are loaded, it fades in. ... would require zero additional work though. -- C Anthony

