From b71705c76ff867ac2601d17cec4228ca3b1d5870 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Fri, 16 Jan 2015 16:12:54 +0100 Subject: background images now work in overview mode #1088 --- css/reveal.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'css/reveal.css') diff --git a/css/reveal.css b/css/reveal.css index 05bfd2d..d8061de 100644 --- a/css/reveal.css +++ b/css/reveal.css @@ -669,6 +669,14 @@ body { background: none; overflow: visible; } +.reveal.overview .backgrounds .slide-background { + opacity: 1; + visibility: visible; } + +.reveal.overview .backgrounds .slide-background, .reveal.overview-deactivating .backgrounds .slide-background { + -webkit-transition: none !important; + transition: none !important; } + /********************************************* * PAUSED MODE *********************************************/ -- cgit v1.2.3