mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-19 16:54:24 +01:00
Move to 16ms from 18ms based on the Paul Irish's rAF polyfill
This commit is contained in:
parent
8ff099585f
commit
dad56be96c
@ -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…
x
Reference in New Issue
Block a user