Kaynağa Gözat

disable interaction on future/past slides

Hakim El Hattab 10 yıl önce
ebeveyn
işleme
f56a10b9ff
2 değiştirilmiş dosya ile 13 ekleme ve 0 silme
  1. 13 0
      css/reveal.css
  2. 0 0
      css/reveal.min.css

+ 13 - 0
css/reveal.css

@@ -606,6 +606,19 @@ body {
 	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;
+}
+
 
 
 /*********************************************

Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
css/reveal.min.css


Bu fark içinde çok fazla dosya değişikliği olduğu için bazı dosyalar gösterilmiyor