From 76c2f5efdac2983f1bf812898bb39a85f925eee3 Mon Sep 17 00:00:00 2001 From: neverland Date: Wed, 15 Jul 2020 19:26:24 +0800 Subject: [PATCH] fix(Slider): missing transition in vertical mode (#6786) --- src/slider/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slider/index.less b/src/slider/index.less index 6919ffe0c..28d51adc8 100644 --- a/src/slider/index.less +++ b/src/slider/index.less @@ -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 {