aboutsummaryrefslogtreecommitdiff
path: root/css/reveal.css
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2014-03-25 17:46:10 +0100
committerHakim El Hattab <hakim.elhattab@gmail.com>2014-03-25 17:46:10 +0100
commita9c2d4d6635462e40d6446d1be465ae0c2fdbd7f (patch)
tree040f7bc067e5f273ca6381e94e7107c99bb4a07e /css/reveal.css
parentbaa6fa45de2c4ebeb9212d1d0f2a692c246fb285 (diff)
downloadfreenode-live-2017-presentation-a9c2d4d6635462e40d6446d1be465ae0c2fdbd7f.tar
freenode-live-2017-presentation-a9c2d4d6635462e40d6446d1be465ae0c2fdbd7f.tar.gz
disable transition into and out of overview mode #829
Diffstat (limited to 'css/reveal.css')
-rw-r--r--css/reveal.css10
1 files changed, 7 insertions, 3 deletions
diff --git a/css/reveal.css b/css/reveal.css
index 1a5a265..8e50653 100644
--- a/css/reveal.css
+++ b/css/reveal.css
@@ -1103,9 +1103,7 @@ body {
.reveal.fade.overview .slides section,
-.reveal.fade.overview .slides>section>section,
-.reveal.fade.overview-deactivating .slides section,
-.reveal.fade.overview-deactivating .slides>section>section {
+.reveal.fade.overview .slides>section>section {
-webkit-transition: none;
-moz-transition: none;
transition: none;
@@ -1155,6 +1153,12 @@ body {
cursor: pointer;
background: rgba(0,0,0,0.1);
}
+.reveal.overview .slides section,
+.reveal.overview-deactivating .slides section {
+ -webkit-transition: none !important;
+ -moz-transition: none !important;
+ transition: none !important;
+}
.reveal.overview .slides section .fragment {
opacity: 1;
}