summaryrefslogtreecommitdiffhomepage
path: root/css/reveal.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/reveal.css')
-rw-r--r--css/reveal.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/css/reveal.css b/css/reveal.css
index 13d7a52..e3d43ef 100644
--- a/css/reveal.css
+++ b/css/reveal.css
@@ -1562,6 +1562,16 @@ body {
bottom: 15px;
z-index: 30;
cursor: pointer;
+
+ -webkit-transition: all 400ms ease;
+ -moz-transition: all 400ms ease;
+ -ms-transition: all 400ms ease;
+ transition: all 400ms ease;
+}
+
+.reveal.overview .playback {
+ opacity: 0;
+ visibility:
}