summaryrefslogtreecommitdiffhomepage
path: root/css/reveal.css
diff options
context:
space:
mode:
authorHakim El Hattab2013-10-13 15:06:30 -0400
committerHakim El Hattab2013-10-13 15:06:30 -0400
commit6aaf88aae763588df4983fb255db08eaa1a8e60e (patch)
treee1d9fb43fa659608b14d8c2b06cd21a50cb7964e /css/reveal.css
parentabf33e55b0311f55ea861e23f862bb886115ea58 (diff)
auto-slide playback updates, fix tap action, hide during overview
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:
}