Hacker News new | ask | show | jobs
by banthar 5145 days ago
Have you downloaded all the files? requestAnimationFrame is defined in http://minimal.be/lab/fluGL/RequestAnimationFrame.js
1 comments

thanks; i missed the import. I only remember that the method also exists in the JS api itself. did not think that there might be a wrapper around with the same name :-)
AFAIK, no browser uses the name 'requestAnimationFrame'; everyone prefixes it still.