aboutsummaryrefslogtreecommitdiffhomepage
path: root/css/reveal.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/reveal.css')
-rw-r--r--css/reveal.css13
1 files changed, 7 insertions, 6 deletions
diff --git a/css/reveal.css b/css/reveal.css
index 59d3c45..69a337d 100644
--- a/css/reveal.css
+++ b/css/reveal.css
@@ -1245,12 +1245,13 @@ body {
left: 0;
}
-.no-transition {
- -webkit-transition: none;
- -moz-transition: none;
- -ms-transition: none;
- -o-transition: none;
- transition: none;
+.no-transition,
+.no-transition * {
+ -webkit-transition: none !important;
+ -moz-transition: none !important;
+ -ms-transition: none !important;
+ -o-transition: none !important;
+ transition: none !important;
}