[improvement] Picker: optimize transition duration

This commit is contained in:
陈嘉涵
2019-05-28 16:58:17 +08:00
parent a1174002fc
commit c3333e09fb
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -81,7 +81,7 @@
text-align: center;
&__wrapper {
transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
transition-timing-function: cubic-bezier(0.23, 1, 0.68, 1);
}
&__item {