Skip to content

Commit 0344f2f

Browse files
committed
fix ios flicker bug with linear transition #410
1 parent 028d918 commit 0344f2f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

css/reveal.css

+7
Original file line numberDiff line numberDiff line change
@@ -796,6 +796,13 @@ body {
796796
* LINEAR TRANSITION
797797
*********************************************/
798798

799+
.reveal.linear section {
800+
-webkit-backface-visibility: hidden;
801+
-moz-backface-visibility: hidden;
802+
-ms-backface-visibility: hidden;
803+
backface-visibility: hidden;
804+
}
805+
799806
.reveal .slides>section[data-transition=linear].past,
800807
.reveal.linear .slides>section.past {
801808
-webkit-transform: translate(-150%, 0);

0 commit comments

Comments
 (0)