From a9c2d4d6635462e40d6446d1be465ae0c2fdbd7f Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Tue, 25 Mar 2014 17:46:10 +0100 Subject: disable transition into and out of overview mode #829 --- css/reveal.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'css/reveal.css') diff --git a/css/reveal.css b/css/reveal.css index 1a5a265..8e50653 100644 --- a/css/reveal.css +++ b/css/reveal.css @@ -1103,9 +1103,7 @@ body { .reveal.fade.overview .slides section, -.reveal.fade.overview .slides>section>section, -.reveal.fade.overview-deactivating .slides section, -.reveal.fade.overview-deactivating .slides>section>section { +.reveal.fade.overview .slides>section>section { -webkit-transition: none; -moz-transition: none; transition: none; @@ -1155,6 +1153,12 @@ body { cursor: pointer; background: rgba(0,0,0,0.1); } +.reveal.overview .slides section, +.reveal.overview-deactivating .slides section { + -webkit-transition: none !important; + -moz-transition: none !important; + transition: none !important; +} .reveal.overview .slides section .fragment { opacity: 1; } -- cgit v1.2.3