动画加速

This commit is contained in:
fofolee 2022-05-13 21:17:21 +08:00
parent 7c692858d2
commit 31d3e41610
2 changed files with 6 additions and 2 deletions

View File

@ -18,7 +18,10 @@
/> />
</div> </div>
<!-- 选项按钮 --> <!-- 选项按钮 -->
<div class="absolute" style="z-index: 1; right: 16px; top: 16px"> <div
class="absolute"
style="z-index: 1; right: 16px; top: 16px; transition: 0.2s"
>
<q-btn <q-btn
flat flat
round round
@ -439,7 +442,7 @@ export default {
text-align: right; text-align: right;
} }
.wrapper { .wrapper {
transition: 0.5s; transition: 0.2s;
} }
.wrapper:hover { .wrapper:hover {
transition: 0.5s; transition: 0.5s;

View File

@ -54,6 +54,7 @@
v-model="currentTag" v-model="currentTag"
transition-prev="slide-down" transition-prev="slide-down"
transition-next="slide-up" transition-next="slide-up"
transition-duration="200"
swipeable swipeable
vertical vertical
> >