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
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…
The text was updated successfully, but these errors were encountered:
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.
It seems that the
requestAnimationFrame
-implementation provided inRaf.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…
The text was updated successfully, but these errors were encountered: