auto-slide playback updates, fix tap action, hide during overview
This commit is contained in:
@ -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
Reference in New Issue
Block a user