Skip to content

Commit

Permalink
perf(card): avoid force compositing on ios (#25942)
Browse files Browse the repository at this point in the history
  • Loading branch information
liamdebeasi authored Sep 15, 2022
1 parent 0855f8d commit 174c3b3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/src/components/card/card.ios.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
@include margin($card-ios-margin-top, $card-ios-margin-end, $card-ios-margin-bottom, $card-ios-margin-start);
@include border-radius($card-ios-border-radius);

transform: translateZ(0);

transition: transform 500ms $card-ios-transition-timing-function;

font-size: $card-ios-font-size;
Expand Down

0 comments on commit 174c3b3

Please sign in to comment.