diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2012-03-24 12:36:34 -0400 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2012-03-24 12:36:34 -0400 |
commit | 87529c4adcb047398da8416a2015d6a439f90f29 (patch) | |
tree | d1f81931374a02c49f238722dec433592cb25693 /index.html | |
parent | b72bee32197ffa62ecd9f46512a977b67cab7473 (diff) | |
download | fosdem-2018-presentation-87529c4adcb047398da8416a2015d6a439f90f29.tar fosdem-2018-presentation-87529c4adcb047398da8416a2015d6a439f90f29.tar.gz |
delay hash changes to avoid transition lag in chrome and enable history by default (closes #22)
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -225,7 +225,7 @@ progress: true, // If true; each slide will be pushed to the browser history - history: false, + history: true, // Flags if mouse wheel navigation should be enabled mouseWheel: true, |