瀏覽代碼

warning about cube/page being deprecated #1774

Hakim El Hattab 7 年之前
父節點
當前提交
2c9e226fab
共有 2 個文件被更改,包括 16 次插入0 次删除
  1. 8 0
      css/reveal.css
  2. 8 0
      css/reveal.scss

+ 8 - 0
css/reveal.css

@@ -595,6 +595,10 @@ body {
 
 /*********************************************
  * CUBE TRANSITION
+ *
+ * WARNING:
+ * this is deprecated and will be removed in a
+ * future version.
  *********************************************/
 .reveal.cube .slides {
   -webkit-perspective: 1300px;
@@ -670,6 +674,10 @@ body {
 
 /*********************************************
  * PAGE TRANSITION
+ *
+ * WARNING:
+ * this is deprecated and will be removed in a
+ * future version.
  *********************************************/
 .reveal.page .slides {
   -webkit-perspective-origin: 0% 50%;

+ 8 - 0
css/reveal.scss

@@ -617,6 +617,10 @@ body {
 
 /*********************************************
  * CUBE TRANSITION
+ *
+ * WARNING:
+ * this is deprecated and will be removed in a
+ * future version.
  *********************************************/
 
 .reveal.cube .slides {
@@ -689,6 +693,10 @@ body {
 
 /*********************************************
  * PAGE TRANSITION
+ *
+ * WARNING:
+ * this is deprecated and will be removed in a
+ * future version.
  *********************************************/
 
 .reveal.page .slides {