1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-30 09:49:57 +02:00

background images now work in overview mode #1088

This commit is contained in:
Hakim El Hattab
2015-01-16 16:12:54 +01:00
parent 5fb81b1b3c
commit b71705c76f
3 changed files with 40 additions and 5 deletions

View File

@@ -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
*********************************************/