mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 18:54:24 +00:00
Fix: swipe tabs animation time and timing function (#111)
This commit is contained in:
@@ -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%;
|
||||||
|
Reference in New Issue
Block a user