Skip to content

Commit

Permalink
made animation smoother
Browse files Browse the repository at this point in the history
  • Loading branch information
maksym2493 committed Jan 19, 2025
1 parent b3fa689 commit 6fc00e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/todo-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@

.item-enter-active {
max-height: 58px;
transition: max-height 0.1s linear;
transition: max-height 0.3s linear;
}

.item-exit {
Expand All @@ -116,5 +116,5 @@

.item-exit-active {
max-height: 0;
transition: max-height 0.1s linear;
transition: max-height 0.3s linear;
}

0 comments on commit 6fc00e4

Please sign in to comment.