Skip to content

Commit

Permalink
perf(core): ⚡️ do not use will-change (part 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 committed Jun 1, 2024
1 parent 08822ac commit e9d7cc2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions resources/mixins.less
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,12 @@
opacity: 1;
transition: var( --transition-menu );
transition-property: opacity;
will-change: opacity;
}

// Transition animation
.citizen-card-transition() {
transition: var( --transition-menu );
transition-property: transform, opacity;
will-change: transform, opacity;
}

// Header card popups
Expand Down

0 comments on commit e9d7cc2

Please sign in to comment.