1
0
mirror of https://github.com/picocms/pico-theme.git synced 2025-01-17 12:28:12 +01:00
Daniel Rudolf a958759cb1
Fix utils.slideUp() and utils.slideDown() in IE9
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.
2017-12-11 14:56:50 +01:00
..