From 445d9420b6045a67aab32aede63ff5a1630b9330 Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Wed, 16 Apr 2014 15:11:41 -0500 Subject: [PATCH] refactor(checkbox): Reduce checkbox on/off transition timing --- scss/_checkbox.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_checkbox.scss b/scss/_checkbox.scss index 2d802d7009..5411373507 100644 --- a/scss/_checkbox.scss +++ b/scss/_checkbox.scss @@ -67,7 +67,7 @@ border-radius: $checkbox-border-radius; background: $checkbox-off-bg-color; content: ' '; - transition: background-color .1s ease-in-out; + transition: background-color 20ms ease-in-out; } }