aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/reveal.css21
1 files changed, 20 insertions, 1 deletions
diff --git a/css/reveal.css b/css/reveal.css
index 8b33d59..f6392de 100644
--- a/css/reveal.css
+++ b/css/reveal.css
@@ -811,7 +811,7 @@ body {
/*********************************************
- * TILE-FLIP TRANSITION
+ * TILE-FLIP TRANSITION (CSS shader)
*********************************************/
.reveal.tileflip .slides section.present {
@@ -861,6 +861,25 @@ body {
/*********************************************
+ * NO TRANSITION
+ *********************************************/
+
+.reveal.none .slides section {
+ -webkit-transform: none;
+ -moz-transform: none;
+ -ms-transform: none;
+ -o-transform: none;
+ transform: none;
+
+ -webkit-transition: none;
+ -moz-transition: none;
+ -ms-transition: none;
+ -o-transition: none;
+ transition: none;
+}
+
+
+/*********************************************
* OVERVIEW
*********************************************/