From 03e46d909685bbeba8a0fe50e11a6e3fa970bd55 Mon Sep 17 00:00:00 2001 From: Haishan Date: Mon, 11 Feb 2019 22:24:56 +0800 Subject: style: new layout for proxy item also: - speed up proxy item on hover scale up animation - reduce icons stroke width --- src/components/ProxyGroup.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/ProxyGroup.module.scss') diff --git a/src/components/ProxyGroup.module.scss b/src/components/ProxyGroup.module.scss index dd01018..f5218ea 100644 --- a/src/components/ProxyGroup.module.scss +++ b/src/components/ProxyGroup.module.scss @@ -19,7 +19,7 @@ .proxy { width: 300px; padding: 10px 5px; - transition: transform 0.4s ease; + transition: transform 0.2s ease-in-out; // transition: transform 0.4s ease, color 0.4s ease; &.proxySelectable { cursor: pointer; -- cgit v1.3.1