diff --git a/src/material/checkbox/checkbox.html b/src/material/checkbox/checkbox.html index fbe3bd387e44..886fe28c45fe 100644 --- a/src/material/checkbox/checkbox.html +++ b/src/material/checkbox/checkbox.html @@ -21,7 +21,7 @@ [matRippleDisabled]="_isRippleDisabled()" [matRippleRadius]="20" [matRippleCentered]="true" - [matRippleAnimation]="{enterDuration: 150}"> + [matRippleAnimation]="{enterDuration: _animationMode === 'NoopAnimations' ? 0 : 150}">