mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
style(Swipe): declare transition-property (#12336)
This commit is contained in:
parent
087ecda7b2
commit
2bb4b85b5d
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user