5 ms·
Maybe it's just me, but the requestAnimationFrame code fails in Firefox unless they're all prefixed with 'window.' It probably works straight away in Chrome be
by andyn 14y ago
Maybe it's just me, but the requestAnimationFrame code fails in Firefox unless they're all prefixed with 'window.'
It probably works straight away in Chrome because requestAnimationFrame is defined.
- jdstraughan 14y agoJust pushed updates and tested in FF 18.0.2 and 19.0 Please let me know if this is still not working in your browser.
- andyn 14y agoWorks right away now thanks!