Skip to content

Commit

Permalink
fix(checkbox): Reduce $md-checkbox-transition-duration to 90ms
Browse files Browse the repository at this point in the history
This commit reduces the amount of time checkbox transitions take, at the
recommendation of the designers from the material design team.

Closes #226.

Closes #230
  • Loading branch information
traviskaufman authored and jelbourn committed Mar 25, 2016
1 parent 74e3edf commit 87e3a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/checkbox/checkbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ $md-checkbox-mark-color: md-color($md-background, background);
/** The color that is used as the checkbox background when it is checked. */
$md-checkbox-background-color: md-color($md-primary, 500);
/** The base duration used for the majority of transitions for the checkbox. */
$md-checkbox-transition-duration: 140ms;
$md-checkbox-transition-duration: 90ms;
/** The amount of spacing between the checkbox and its label. */
$md-checkbox-item-spacing: 4px;

Expand Down

0 comments on commit 87e3a32

Please sign in to comment.