Skip to content

Commit

Permalink
fix intermittent issue with partially disappearing slides in scaled d…
Browse files Browse the repository at this point in the history
…own presentations in Chrome
  • Loading branch information
hakimel committed Nov 24, 2021
1 parent 74c0fbb commit 9e583b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions css/reveal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -771,9 +771,6 @@ $controlsArrowAngleActive: 36deg;
*********************************************/

@each $stylename in slide, linear {
.reveal.#{$stylename} section {
backface-visibility: hidden;
}
@include transition-horizontal-past(#{$stylename}) {
transform: translate(-150%, 0);
}
Expand Down Expand Up @@ -1169,7 +1166,6 @@ $controlsArrowAngleActive: 36deg;
.reveal[data-background-transition=slide]>.backgrounds .slide-background:not([data-background-transition]),
.reveal>.backgrounds .slide-background[data-background-transition=slide] {
opacity: 1;
backface-visibility: hidden;
}
.reveal[data-background-transition=slide]>.backgrounds .slide-background.past:not([data-background-transition]),
.reveal>.backgrounds .slide-background.past[data-background-transition=slide] {
Expand Down
Loading

0 comments on commit 9e583b8

Please sign in to comment.