From bfadfcc7ce8235ad90982aa5020731db9b2ee69c Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Tue, 4 Jun 2013 19:51:06 +0200 Subject: don't transition to first slide background (#453) --- css/reveal.css | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'css/reveal.css') 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; } -- cgit v1.2.3