Skip to content

Commit

Permalink
perf(carousel): optimize flashing when sliding (#648)
Browse files Browse the repository at this point in the history
* perf(carousel): optimize flashing when sliding
  • Loading branch information
jianhuagao committed Jun 1, 2021
1 parent 4caee90 commit 57f0b80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/zarm/src/carousel/style/component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
height: 100%;
vertical-align: top;
transition-property: transform;
transform: translateZ(0);
}

@include e(pagination) {
Expand Down

0 comments on commit 57f0b80

Please sign in to comment.