Browse Source

disable interaction on future/past slides

embed
Hakim El Hattab 11 years ago
parent
commit
f56a10b9ff
  1. 13
      css/reveal.css
  2. 2
      css/reveal.min.css

13
css/reveal.css

@ -606,6 +606,19 @@ body {
min-height: auto !important; min-height: auto !important;
} }
/* Don't allow interaction with invisible slides */
.reveal .slides>section.future,
.reveal .slides>section>section.future,
.reveal .slides>section.past,
.reveal .slides>section>section.past {
pointer-events: none;
}
.reveal.overview .slides>section,
.reveal.overview .slides>section>section {
pointer-events: auto;
}
/********************************************* /*********************************************

2
css/reveal.min.css

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save