disable transition into and out of overview mode #829

This commit is contained in:
Hakim El Hattab
2014-03-25 17:46:10 +01:00
parent baa6fa45de
commit a9c2d4d663
4 changed files with 46 additions and 61 deletions

View File

@ -1103,9 +1103,7 @@ body {
.reveal.fade.overview .slides section,
.reveal.fade.overview .slides>section>section,
.reveal.fade.overview-deactivating .slides section,
.reveal.fade.overview-deactivating .slides>section>section {
.reveal.fade.overview .slides>section>section {
-webkit-transition: none;
-moz-transition: none;
transition: none;
@ -1155,6 +1153,12 @@ body {
cursor: pointer;
background: rgba(0,0,0,0.1);
}
.reveal.overview .slides section,
.reveal.overview-deactivating .slides section {
-webkit-transition: none !important;
-moz-transition: none !important;
transition: none !important;
}
.reveal.overview .slides section .fragment {
opacity: 1;
}

2
css/reveal.min.css vendored

File diff suppressed because one or more lines are too long