Skip to content
Snippets Groups Projects
Select Git revision
  • 5f0793e4c53d15885886b3c7dccdb516fd7fb76c
  • master default protected
2 results

js

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Daniel Rudolf authored
    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.
    a958759c
    History