fix(label): do not animate float labels on initial load (#16036)

This commit is contained in:
Adam Bradley
2018-10-22 20:11:46 -05:00
committed by GitHub
parent d033a9e544
commit e644fc9246
3 changed files with 19 additions and 2 deletions

View File

@ -79,3 +79,7 @@
:host-context(.item-has-value).label-floating {
@include transform(translate3d(0, 0, 0), scale(.8));
}
:host(.label-no-animate.label-floating) {
transition: none;
}