Skip to content

Commit

Permalink
Update style.css (#82)
Browse files Browse the repository at this point in the history
The will-change property in CSS optimizes animations by letting the browser know which properties and elements are just about to be manipulated, potentially increasing the performance of that particular operation.
  • Loading branch information
joerez authored Oct 14, 2021
1 parent 4c3a53a commit 66d958b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ nav a.button-collapse {
}

.grey-text.text-lighten-3, .card-avatar {
will-change: transform;
transition: all 150ms;
}

Expand Down

0 comments on commit 66d958b

Please sign in to comment.