From fbc208ac208834912667e8a0627a339977908f66 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Fri, 3 Sep 2021 09:24:40 +0900 Subject: [PATCH] Fix: Animation - Use built-in function --- userChrome.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/userChrome.css b/userChrome.css index 11c9a5d..667e217 100644 --- a/userChrome.css +++ b/userChrome.css @@ -1116,7 +1116,7 @@ /* Bar Color */ opacity: var(--tab-separator-opacity); - transition: opacity 0.2s var(--ease-basic); + transition: opacity 0.2s var(--animation-easing-function); /* cubic-bezier(.07, .95, 0, 1) */ background-color: color-mix( in srgb, currentColor 20%, @@ -1402,7 +1402,7 @@ width: 25%; /* Animate */ - transition: 0.2s !important; + transition: 0.15s var(--animation-easing-function) !important; transform: translateY(10px) !important; } .tabbrowser-tab[visuallyselected]:not([pinned]) .tab-content::before {