소스 검색

disable interaction on future/past slides

Hakim El Hattab 10 년 전
부모
커밋
f56a10b9ff
2개의 변경된 파일13개의 추가작업 그리고 0개의 파일을 삭제
  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;
+}
+
 
 
 /*********************************************

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
css/reveal.min.css


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.