Skip to content

Commit

Permalink
fix: make sure animation duration set work (close #2)
Browse files Browse the repository at this point in the history
  • Loading branch information
陶清秋 authored and 陶清秋 committed Jun 11, 2023
1 parent 97421d6 commit 94a5e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ImageDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
:leave-active-class="metaLeaveActiveClass">
<div class="
box-border shrink-0 lg:w-30% pa-8 backdrop-blur-40 saturate-200
bg-[rgba(255,255,255,.6)] c-[rgba(0,0,0,.85)] animate-duration-170
bg-[rgba(255,255,255,.6)] c-[rgba(0,0,0,.85)] important-animate-duration-170
" v-if="!folded">
<div class="fw-bold text-3xl lg:text-4xl">{{ imgMeta.title || '无题' }}</div>
<div class="mt-6 flex lg:text-lg">
Expand Down

0 comments on commit 94a5e4c

Please sign in to comment.