mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 02:31:21 +00:00
Fix: swipe tabs animation time and timing function (#111)
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
&__swipe {
|
||||
user-select: none;
|
||||
transition: transform ease .3s;
|
||||
transition: transform linear .2s;
|
||||
|
||||
.van-tab {
|
||||
flex: 0 0 22%;
|
||||
|
Reference in New Issue
Block a user