style(Swipe): declare transition-property (#12336)

This commit is contained in:
neverland 2023-10-03 21:44:56 +08:00 committed by GitHub
parent 087ecda7b2
commit 2bb4b85b5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,8 @@
&__track {
display: flex;
height: 100%;
// improve transition perf
transition-property: transform;
&--vertical {
flex-direction: column;