diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2011-12-04 19:24:08 -0800 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2011-12-04 19:24:08 -0800 |
commit | f9527d31b496b47ff8db0f6c9d79de150ce755bb (patch) | |
tree | 9cd85b10bd7c24219910169e32d47b1eb40c9647 /index.html | |
parent | 233160ff2325037a750cfc8153f5c82ac0811219 (diff) | |
download | fosdem-2018-presentation-f9527d31b496b47ff8db0f6c9d79de150ce755bb.tar fosdem-2018-presentation-f9527d31b496b47ff8db0f6c9d79de150ce755bb.tar.gz |
fix vertical slide transition and hit areas of rolling links
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -21,7 +21,7 @@ <section> <h1>Reveal.js</h1> - <h3 class="inverted">With 3D effects. And stuff.</h3> + <h3 class="inverted">A CSS 3D Slideshow</h3> <script> // Delicously hacky. Look away. if( navigator.userAgent.match( /(iPhone|iPad|iPod|Android)/i ) ) @@ -183,7 +183,7 @@ linkify( 'a' ); controls: true, // Apply a 3D roll to links on hover - rollingLinks: false, + rollingLinks: true, // Styling themes, only affects transitions for now theme: 'default' // default/concave/linear |