nir9 / itemslide

JavaScript Touch Carousel Library with Zero Dependencies
https://itemslide.org
MIT License
647 stars 85 forks source link

Added requestAnimationFrame polyfill. Closes #18 #19

Closed f0rmat1k closed 9 years ago

f0rmat1k commented 9 years ago

So, android browser don't support that properties (requestAnimationFrame, cancelAnimationFrame). It's quite popular browser (and also we have still popular IE8), so i've added polyfill into src and grunt task and builded uglify. Checked – works good now.

What do you think?

nir9 commented 9 years ago

Thanks