We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f36f1f3 commit 99e83a6Copy full SHA for 99e83a6
src/material-experimental/mdc-form-field/form-field.scss
@@ -53,3 +53,12 @@
53
min-height: $mdc-text-field-height;
54
box-sizing: border-box;
55
}
56
+
57
+// In order to make it possible for developers to disable animations for form-fields,
58
+// we only activate the animation styles if animations are not explicitly disabled.
59
+.mat-mdc-form-field:not(.mat-form-field-no-animations) {
60
+ @include mdc-notched-outline-core-styles($query: animation);
61
+ @include mdc-floating-label-core-styles($query: animation);
62
+ @include mdc-text-field-core-styles($query: animation);
63
+ @include mdc-line-ripple-core-styles($query: animation);
64
+}
0 commit comments