Skip to content

Commit

Permalink
fix(Toaster): reveal animation lag (#1927)
Browse files Browse the repository at this point in the history
  • Loading branch information
saripovdenis authored Oct 29, 2024
1 parent 77ad28d commit e16fa1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Toaster/ToastList/ToastAnimation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ $animation-duration: 0.6s;
@include hidden-toast-move($platform);
}
100% {
@include visible-toast-height;
@include visible-toast-move;
}
}
Expand Down

0 comments on commit e16fa1c

Please sign in to comment.