mirror of
https://github.com/youzan/vant.git
synced 2025-10-21 11:17:41 +00:00
fix(Slider): missing transition in vertical mode
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
height: 100%;
|
||||
background-color: @slider-active-background-color;
|
||||
border-radius: inherit;
|
||||
transition: width @animation-duration-fast;
|
||||
transition: width @animation-duration-fast, height @animation-duration-fast;
|
||||
}
|
||||
|
||||
&__button {
|
||||
|
Reference in New Issue
Block a user