Fix: swipe tabs animation time and timing function (#111)

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

View File

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