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 a6e5423 commit ea32d14Copy full SHA for ea32d14
src/material-experimental/mdc-chips/chips.scss
@@ -16,6 +16,9 @@
16
// were disabled via the `NoopAnimationsModule`, the element won't have a transition and
17
// `transitionend` won't fire. We work around the issue by assigning a very short transition.
18
transition-duration: 1ms;
19
+
20
+ // Disables the chip enter animation.
21
+ animation: none;
22
}
23
24
@include cdk-high-contrast(active, off) {
0 commit comments