Skip to content

Commit

Permalink
feat: 适配掘金的新玩意儿 出入流畅
Browse files Browse the repository at this point in the history
  • Loading branch information
camera-2018 committed Feb 6, 2023
1 parent f755dc0 commit 5dad7ef
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions frontend/components/Aside/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,12 @@ const isNavShown = inject('isNavShown')
@apply fixed top-20 w-20rem transition-all duration-200
}
.v-enter-active,
.v-enter-active {
transition: opacity 0.2s ease-in-out ;
}
.v-leave-active {
transition: opacity 0.2s ease;
transform: translateY(-5rem);
transition: opacity 0.2s ease-in-out ;
}
.v-enter-from,
.v-leave-to {
Expand Down

0 comments on commit 5dad7ef

Please sign in to comment.