Skip to content

Commit

Permalink
fix: appHeader 진입 에니메이션 없는 에러 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
lavi27 committed Jan 14, 2024
1 parent 6f49087 commit 1faefef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/styles/components/appHeader.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
transition: opacity 0.1s cubic-bezier(0.17, 0.84, 0.44, 1);
}

.nav-enter,
.nav-enter-from,
.nav-leave-to {
opacity: 0;
}
Expand Down

0 comments on commit 1faefef

Please sign in to comment.