Skip to content

Commit 87e3a32

Browse files
traviskaufmanjelbourn
authored andcommitted
fix(checkbox): Reduce $md-checkbox-transition-duration to 90ms
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
1 parent 74e3edf commit 87e3a32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/checkbox/checkbox.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ $md-checkbox-mark-color: md-color($md-background, background);
1515
/** The color that is used as the checkbox background when it is checked. */
1616
$md-checkbox-background-color: md-color($md-primary, 500);
1717
/** The base duration used for the majority of transitions for the checkbox. */
18-
$md-checkbox-transition-duration: 140ms;
18+
$md-checkbox-transition-duration: 90ms;
1919
/** The amount of spacing between the checkbox and its label. */
2020
$md-checkbox-item-spacing: 4px;
2121

0 commit comments

Comments
 (0)