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
I know that thing is horrible, but some still have to work with it, including me. When I added your module, it worked great with Firefox, but didn't do anything in Internet Explorer 9, due to missing requestAnimationFrame and CustomEvent. With those two Polyfills I got it to work just fine:
I know that thing is horrible, but some still have to work with it, including me. When I added your module, it worked great with Firefox, but didn't do anything in Internet Explorer 9, due to missing requestAnimationFrame and CustomEvent. With those two Polyfills I got it to work just fine:
http://paulirish.com/2011/requestanimationframe-for-smart-animating/
https://developer.mozilla.org/en-US/docs/Web/API/CustomEvent/CustomEvent
Maybe you could include these hints in your documentation just in case?
Thanks for all the good work,
Stefan Eckhardt
The text was updated successfully, but these errors were encountered: