Skip to content

Commit

Permalink
fix concave/convex transitions on vertical slides hakimel#1947
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimel committed Nov 8, 2018
1 parent 0a7f083 commit 86cd2cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion css/reveal.css
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,8 @@ body {
perspective-origin: 50% 40%; }

.reveal .slides > section {
-ms-perspective: 600px; }
-webkit-perspective: 600px;
perspective: 600px; }

.reveal .slides > section,
.reveal .slides > section > section {
Expand Down
2 changes: 1 addition & 1 deletion css/reveal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ $controlsArrowAngleActive: 36deg;
}

.reveal .slides>section {
-ms-perspective: 600px;
perspective: 600px;
}

.reveal .slides>section,
Expand Down

0 comments on commit 86cd2cc

Please sign in to comment.