auto-slide playback updates, fix tap action, hide during overview
This commit is contained in:
parent
abf33e55b0
commit
6aaf88aae7
4 changed files with 59 additions and 48 deletions
|
@ -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
2
css/reveal.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue