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 da57e01 commit 561a38dCopy full SHA for 561a38d
src/material/checkbox/checkbox.html
@@ -21,7 +21,7 @@
21
[matRippleDisabled]="_isRippleDisabled()"
22
[matRippleRadius]="20"
23
[matRippleCentered]="true"
24
- [matRippleAnimation]="{enterDuration: 150}">
+ [matRippleAnimation]="{enterDuration: _animationMode === 'NoopAnimations' ? 0 : 150}">
25
<span class="mat-ripple-element mat-checkbox-persistent-ripple"></span>
26
</span>
27
<span class="mat-checkbox-frame"></span>
0 commit comments