Commit dad56be9 authored by Heinrich Fenkart's avatar Heinrich Fenkart

Move to 16ms from 18ms based on the Paul Irish's rAF polyfill

parent 8ff09958
...@@ -65,7 +65,7 @@ $(function () { ...@@ -65,7 +65,7 @@ $(function () {
setTimeout(function () { setTimeout(function () {
window.scroll(0, 0) window.scroll(0, 0)
}, 18) // for testing in a browser }, 16) // for testing in a browser
}, 0) }, 0)
}) })
}) })
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment