Skip to content

Commit

Permalink
fix ios flicker bug with linear transition hakimel#410
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimel committed May 4, 2013
1 parent 028d918 commit 0344f2f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions css/reveal.css
Original file line number Diff line number Diff line change
Expand Up @@ -796,6 +796,13 @@ body {
* LINEAR TRANSITION
*********************************************/

.reveal.linear section {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
}

.reveal .slides>section[data-transition=linear].past,
.reveal.linear .slides>section.past {
-webkit-transform: translate(-150%, 0);
Expand Down
Loading

0 comments on commit 0344f2f

Please sign in to comment.