fix(Slider): missing transition in vertical mode

This commit is contained in:
chenjiahan 2020-07-15 19:27:58 +08:00
parent b74645a390
commit 6167239b80

View File

@ -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 {