From 6aaf88aae763588df4983fb255db08eaa1a8e60e Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Sun, 13 Oct 2013 15:06:30 -0400 Subject: auto-slide playback updates, fix tap action, hide during overview --- css/reveal.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'css/reveal.css') 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: } -- cgit v1.2.3