mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-12 08:34:08 +02:00
Move to 16ms from 18ms based on the Paul Irish's rAF polyfill
This commit is contained in:
@@ -65,7 +65,7 @@ $(function () {
|
||||
|
||||
setTimeout(function () {
|
||||
window.scroll(0, 0)
|
||||
}, 18) // for testing in a browser
|
||||
}, 16) // for testing in a browser
|
||||
}, 0)
|
||||
})
|
||||
})
|
||||
|
Reference in New Issue
Block a user