Skip to content

Commit

Permalink
fix(slide-toggle): ripple fade-in too slow (#3170)
Browse files Browse the repository at this point in the history
  • Loading branch information
devversion authored and kara committed Feb 27, 2017
1 parent d97debe commit 369931e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib/slide-toggle/slide-toggle.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
<div class="mat-slide-toggle-ripple" md-ripple
[mdRippleTrigger]="label"
[mdRippleCentered]="true"
[mdRippleDisabled]="disableRipple || disabled"
[mdRippleSpeedFactor]="0.3">
[mdRippleDisabled]="disableRipple || disabled">
</div>
</div>
</div>
Expand Down

0 comments on commit 369931e

Please sign in to comment.