feat(Slider): add slide animation (#4700)

This commit is contained in:
neverland
2019-10-12 11:19:52 +08:00
committed by GitHub
parent e1f88014d6
commit 696c9d71d5
2 changed files with 11 additions and 0 deletions
+1
View File
@@ -9,6 +9,7 @@
position: relative;
background-color: @slider-active-background-color;
border-radius: inherit;
transition: width @animation-duration-fast;
}
&__button {