mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
feat(Switch): optimize animation timing function (#2159)
This commit is contained in:
parent
c1c8979539
commit
07f223485d
@ -22,7 +22,7 @@
|
||||
.theme(height, '@switch-node-size');
|
||||
.theme(background-color, '@switch-node-background-color');
|
||||
.theme(box-shadow, '@switch-node-box-shadow');
|
||||
.theme(transition, 'transform @switch-transition-duration');
|
||||
.theme(transition, 'transform @switch-transition-duration cubic-bezier(.3, 1.05, .4, 1.05)');
|
||||
}
|
||||
|
||||
&__loading {
|
||||
|
Loading…
x
Reference in New Issue
Block a user