Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Raf.js doesn't work in older Browsers #23

Open
usefulthink opened this issue Jun 22, 2012 · 1 comment
Open

Raf.js doesn't work in older Browsers #23

usefulthink opened this issue Jun 22, 2012 · 1 comment

Comments

@usefulthink
Copy link
Contributor

It seems that the requestAnimationFrame-implementation provided in Raf.js does not work in older Browsers (tested in FF3.6 and IE8). Although those Browsers are not exactly the target audience it should be noted that the Scroller works like a charm when the Raf.js is replaced by the requestAnimationFrame-polyfill written by Erik Möller.

For now, I did not have the time to investigate the root-cause of the problem but maybe someone else has a clue…

@BonsaiDen
Copy link

Seems to work with the latest fixes to make the raf non-global, at least in FX3.6, as for IE8. Looks like most of the demos are only using addEventListener at the moment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants