Skip to content

Commit

Permalink
Revert "fix(core): use translateZ by default on swiper slide to make …
Browse files Browse the repository at this point in the history
…it less flicker in Safari"

This reverts commit 481fb03.
  • Loading branch information
nolimits4web committed Jan 26, 2022
1 parent ed191d6 commit de704ca
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/core/core.less
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
height: 100%;
position: relative;
transition-property: transform;
transform: translateZ(0);
}
.swiper-slide-invisible-blank {
visibility: hidden;
Expand Down
1 change: 0 additions & 1 deletion src/core/core.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
height: 100%;
position: relative;
transition-property: transform;
transform: translateZ(0);
}
.swiper-slide-invisible-blank {
visibility: hidden;
Expand Down

0 comments on commit de704ca

Please sign in to comment.