diff options
Diffstat (limited to 'css')
-rw-r--r-- | css/reveal.css | 8 | ||||
-rw-r--r-- | css/reveal.scss | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/css/reveal.css b/css/reveal.css index 296c8e9..cde184a 100644 --- a/css/reveal.css +++ b/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%; diff --git a/css/reveal.scss b/css/reveal.scss index ee3c440..1972183 100644 --- a/css/reveal.scss +++ b/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 { |