Progress: add transition support (#13210)

pull/13214/head
hetech 2018-10-29 16:42:55 +08:00 committed by GitHub
parent 326266134f
commit 168bf64b57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -105,6 +105,7 @@
border-radius: 100px; border-radius: 100px;
line-height: 1; line-height: 1;
white-space: nowrap; white-space: nowrap;
transition: width 0.6s ease;
@include utils-vertical-center; @include utils-vertical-center;
} }