aboutsummaryrefslogtreecommitdiffhomepage
path: root/css/reveal.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/reveal.css')
-rw-r--r--css/reveal.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/css/reveal.css b/css/reveal.css
index 6a27da6..a9b3888 100644
--- a/css/reveal.css
+++ b/css/reveal.css
@@ -517,6 +517,10 @@ body {
perspective-origin: 0px -100px;
}
+.reveal .slides>section {
+ -ms-perspective: 600px;
+}
+
.reveal .slides>section,
.reveal .slides>section>section {
display: none;
@@ -1050,8 +1054,8 @@ body {
.reveal.fade.overview .slides section,
.reveal.fade.overview .slides>section>section,
-.reveal.fade.exit-overview .slides section,
-.reveal.fade.exit-overview .slides>section>section {
+.reveal.fade.overview-deactivating .slides section,
+.reveal.fade.overview-deactivating .slides>section>section {
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;