1
1
mirror of https://github.com/rubjo/victor-mono.git synced 2024-12-02 02:55:02 +03:00

Less abrupt scrolling

This commit is contained in:
Rune Bjørnerås 2019-07-07 10:16:57 +02:00
parent ae314829bd
commit 0ff3c6c51c

View File

@ -10,7 +10,7 @@ Vue.config.productionTip = false
Vue.use(VueScrollTo, {
container: 'body',
duration: 2500,
duration: 10000,
easing: 'ease',
offset: -200,
force: true,