auto-slide playback updates, fix tap action, hide during overview

This commit is contained in:
Hakim El Hattab
2013-10-13 15:06:30 -04:00
parent abf33e55b0
commit 6aaf88aae7
4 changed files with 59 additions and 48 deletions

View File

@ -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:
}

2
css/reveal.min.css vendored

File diff suppressed because one or more lines are too long