Skip to content

Commit

Permalink
Improve transition for Light Up Effect
Browse files Browse the repository at this point in the history
  • Loading branch information
sonvnn committed May 14, 2024
1 parent ca365f2 commit 7b6ae1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/vendor/astroid/scss/utilities/_animations.scss
Original file line number Diff line number Diff line change
Expand Up @@ -561,6 +561,7 @@
}

.as-effect-light-up {
transition: filter 0.3s ease-in-out;
&:hover {
filter: brightness( 100% ) contrast( 113% ) saturate( 159% ) blur( 0.2px ) hue-rotate( 0deg );
}
Expand Down

0 comments on commit 7b6ae1a

Please sign in to comment.