You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In running this on IE9, it appears that once the DOM starts loading a lot of objects, the spinner halts, just like an animated GIF. :(
I have seen some other spinners that do not halt during DOM loading (like spin.js in Chrome).
This is strange because supposedly IE9 uses the GPU for canvas operations; perhaps CanvasLoader just doesn't use those features that trigger GPU usage.
The text was updated successfully, but these errors were encountered:
In running this on IE9, it appears that once the DOM starts loading a lot of objects, the spinner halts, just like an animated GIF. :(
I have seen some other spinners that do not halt during DOM loading (like spin.js in Chrome).
This is strange because supposedly IE9 uses the GPU for canvas operations; perhaps CanvasLoader just doesn't use those features that trigger GPU usage.
The text was updated successfully, but these errors were encountered: