mirror of
https://github.com/youzan/vant.git
synced 2025-10-15 23:55:08 +00:00
feat(Switch): optimize animation timing function (#4733)
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
background-color: @switch-node-background-color;
|
||||
border-radius: 100%;
|
||||
box-shadow: @switch-node-box-shadow;
|
||||
transition: transform @switch-transition-duration;
|
||||
transition: transform @switch-transition-duration cubic-bezier(.3, 1.05, .4, 1.05);
|
||||
}
|
||||
|
||||
&__loading {
|
||||
|
Reference in New Issue
Block a user