mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-22 07:20:23 +00:00
Move to 16ms from 18ms based on the Paul Irish's rAF polyfill
This commit is contained in:
parent
8ff099585f
commit
dad56be96c
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ $(function () {
|
|||
|
||||
setTimeout(function () {
|
||||
window.scroll(0, 0)
|
||||
}, 18) // for testing in a browser
|
||||
}, 16) // for testing in a browser
|
||||
}, 0)
|
||||
})
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue