mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
Fix: swipe tabs animation time and timing function (#111)
This commit is contained in:
parent
79d78b290d
commit
f8006a90cf
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
&__swipe {
|
&__swipe {
|
||||||
user-select: none;
|
user-select: none;
|
||||||
transition: transform ease .3s;
|
transition: transform linear .2s;
|
||||||
|
|
||||||
.van-tab {
|
.van-tab {
|
||||||
flex: 0 0 22%;
|
flex: 0 0 22%;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user