Skip to content

Commit

Permalink
fix(core): add will-change for smooth transition (#99)
Browse files Browse the repository at this point in the history
closes #90
  • Loading branch information
aalexeev239 authored Jan 14, 2021
1 parent 0f87462 commit 35e2bf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/core/styles/mixins/mixins.less
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@
.transition(all);
cursor: pointer;
transition-property: transform, box-shadow;
will-change: transform, box-shadow;

&:hover {
.shadow(5);
Expand Down

0 comments on commit 35e2bf4

Please sign in to comment.