Open turbotobias opened 6 years ago
I assume that IE<= 11 doesn't recognize window.requestAnimationFrame in some cases. My program haults at _requestAnimationFrame() and says that the Object is undefined. This change adds support for all browsers and fixes that bug.
_requestAnimationFrame()
I assume that IE<= 11 doesn't recognize window.requestAnimationFrame in some cases. My program haults at
_requestAnimationFrame()
and says that the Object is undefined. This change adds support for all browsers and fixes that bug.