fix(Swipe): incorrect indicator color trantision (#7207)

This commit is contained in:
neverland 2020-09-18 21:49:54 +08:00 committed by GitHub
parent 4528c6b9cc
commit deeff0bdec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,8 @@
background-color: @swipe-indicator-inactive-background-color;
border-radius: 100%;
opacity: @swipe-indicator-inactive-opacity;
transition: opacity 0.2s;
transition: opacity @animation-duration-fast,
background-color @animation-duration-fast;
&:not(:last-child) {
margin-right: @swipe-indicator-size;