mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 09:24:25 +00:00
style(Swipe): declare transition-property (#12336)
This commit is contained in:
@@ -18,6 +18,8 @@
|
|||||||
&__track {
|
&__track {
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
// improve transition perf
|
||||||
|
transition-property: transform;
|
||||||
|
|
||||||
&--vertical {
|
&--vertical {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
Reference in New Issue
Block a user