diff options
Diffstat (limited to 'src/components/ProxyGroup.module.scss')
| -rw-r--r-- | src/components/ProxyGroup.module.scss | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
