1
0
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 ()

This commit is contained in:
张敏 2017-09-05 14:43:49 +08:00 committed by GitHub
parent 79d78b290d
commit f8006a90cf

@ -10,7 +10,7 @@
&__swipe {
user-select: none;
transition: transform ease .3s;
transition: transform linear .2s;
.van-tab {
flex: 0 0 22%;