mirror of
https://github.com/picocms/pico-theme.git
synced 2025-01-17 04:18:13 +01:00
a958759cb1
IE9 doesn't support sliding, but also doesn't support requestAnimationFrame(). Use setTimeout() with a delay of 16ms (1000ms / 60fps = 16.67ms) instead. This isn't optimal, but who cares about IE9... This is also true for IE8, even though we don't officially support it.