Skip to content

Commit

Permalink
Alter image switching css transition
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbergquist committed Dec 2, 2024
1 parent 0298b42 commit 34b7f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/blocks/list-promo/_list-promo.scss
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
&__image-list-item {
height: 0;
opacity: 0;
transition: visibility 0s, opacity 0.5s linear;
transition: visibility 0s, opacity 0.3s ease-in;
visibility: hidden;

&--active {
Expand Down

0 comments on commit 34b7f1f

Please sign in to comment.