Skip to content

Commit

Permalink
warning about cube/page being deprecated hakimel#1774
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimel committed Feb 1, 2017
1 parent c31b7a2 commit 067ee4b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions css/reveal.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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%;
Expand Down
8 changes: 8 additions & 0 deletions css/reveal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,10 @@ body {

/*********************************************
* CUBE TRANSITION
*
* WARNING:
* this is deprecated and will be removed in a
* future version.
*********************************************/

.reveal.cube .slides {
Expand Down Expand Up @@ -689,6 +693,10 @@ body {

/*********************************************
* PAGE TRANSITION
*
* WARNING:
* this is deprecated and will be removed in a
* future version.
*********************************************/

.reveal.page .slides {
Expand Down

0 comments on commit 067ee4b

Please sign in to comment.