diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2014-12-27 21:22:17 +0100 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2014-12-27 21:22:17 +0100 |
commit | 2cfe1174f1359b5a4378b003ca032b4929f02ba3 (patch) | |
tree | 52eda790f49ebb7480a0ae0aac4ae261aefd30ce /css/reveal.css | |
parent | abf402d044948893d77194988ca6504661e7f3df (diff) | |
download | freenode-live-2017-presentation-2cfe1174f1359b5a4378b003ca032b4929f02ba3.tar freenode-live-2017-presentation-2cfe1174f1359b5a4378b003ca032b4929f02ba3.tar.gz |
kill unintended transition into overview mode
Diffstat (limited to 'css/reveal.css')
-rw-r--r-- | css/reveal.css | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/css/reveal.css b/css/reveal.css index 50432e4..633fcd2 100644 --- a/css/reveal.css +++ b/css/reveal.css @@ -290,8 +290,6 @@ body { overflow: visible; z-index: 1; text-align: center; - -webkit-transition: -webkit-perspective 0.4s ease; - transition: perspective 0.4s ease; -webkit-perspective: 600px; perspective: 600px; -webkit-perspective-origin: 50% 40%; |