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 973ee82 commit b225b87Copy full SHA for b225b87
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