aboutsummaryrefslogtreecommitdiff
path: root/css/reveal.css
diff options
context:
space:
mode:
authorJoel Brandt <joelrbrandt@gmail.com>2013-01-16 12:49:10 -0800
committerJoel Brandt <joelrbrandt@gmail.com>2013-01-16 12:49:10 -0800
commit082e4ed1686747d9472c4448dc4387084f6238e2 (patch)
treea3ae516015a8bbd32f8d54f59921e7fb66184e3d /css/reveal.css
parentfeaced800cdf47ebf93577ee1570974f096149d8 (diff)
downloadfreenode-live-2017-presentation-082e4ed1686747d9472c4448dc4387084f6238e2.tar
freenode-live-2017-presentation-082e4ed1686747d9472c4448dc4387084f6238e2.tar.gz
implement a fade transition
Diffstat (limited to 'css/reveal.css')
-rw-r--r--css/reveal.css30
1 files changed, 30 insertions, 0 deletions
diff --git a/css/reveal.css b/css/reveal.css
index 1e7ab65..0680fa5 100644
--- a/css/reveal.css
+++ b/css/reveal.css
@@ -1046,6 +1046,36 @@ body {
);
}
+/*********************************************
+ * FADE TRANSITION
+ *********************************************/
+
+.reveal.fade .slides section,
+.reveal.fade .slides>section>section {
+ -webkit-transform: none;
+ -moz-transform: none;
+ -ms-transform: none;
+ -o-transform: none;
+ transform: none;
+
+ -webkit-transition: opacity 0.5s;
+ -moz-transition: opacity 0.5s;
+ -ms-transition: opacity 0.5s;
+ -o-transition: opacity 0.5s;
+ transition: opacity 0.5s;
+}
+
+
+.reveal.fade.overview .slides section,
+.reveal.fade.overview .slides>section>section,
+.reveal.fade.exit-overview .slides section,
+.reveal.fade.exit-overview .slides>section>section {
+ -webkit-transition: none;
+ -moz-transition: none;
+ -ms-transition: none;
+ -o-transition: none;
+ transition: none;
+}
/*********************************************
* NO TRANSITION