7 ms·
I'm testing in Firefox 24. If you could tell me what the error console outputs, I'll try to fix it.
by g3 13y ago
I'm testing in Firefox 24. If you could tell me what the error console outputs, I'll try to fix it.
- mzs 13y agoThanks, it's under the error tab: ReferenceError: requestAnimationFrame is not defined http://copy.sh/v24/v86_all.js http://copy.sh/v24/v86_all.js Line: 239
- mschuster91 13y agoUpdate to a newer Firefox. Your FF is dead old and doesnt support the new HTML5 methods... and @author, maybe add a polyfill?
- greglindahl 13y agoFF 24 is the latest stable. FF's docs say they added this function in FF 4.0, which was several years ago. So it's a bit more complicated than you make it out to be. EDIT: I thought FF24 wasn't working, turns out I was confused between my Linux desktop's and Mac laptop's FF versions. Sorry!
- bzbarsky 13y agoIt's actually not all that complicated. Firefox 4 added mozRequestAnimationFrame. Firefox 23 added the unprefixed version. It's documented in the browser compatibility table at https://developer.mozilla.org/en-US/docs/Web/API/window.requestAnimationFrame https://developer.mozilla.org/en-US/docs/Web/API/window.requ... (note that "moz" next to the 4.0).
- mzs 13y agoThat must have done the trick, it starts now, thank you for your help.
- mzs 13y agoFF 24.0 ESR on FreeBSD is getting there but still some issues: http://freebsd.1045724.n5.nabble.com/Problem-with-FireFox-24-0-1-re-GLib-CRITICAL-td5847850.html http://freebsd.1045724.n5.nabble.com/Problem-with-FireFox-24...