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