From c9fe7b914068cf0dbe11afdaa8cf1a169bfa1688 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Mon, 25 Oct 2021 10:34:29 +0900 Subject: [PATCH] Fix: Animate - Synced Tab Expand list cubic-bezier like new tab --- userChrome.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userChrome.css b/userChrome.css index cabb4ae..7f83353 100644 --- a/userChrome.css +++ b/userChrome.css @@ -2021,7 +2021,7 @@ .item.client.closed .item-tabs-list { display: flex !important; - transition: transform 0.2s ease-out, opacity 0.2s ease-out, max-height 0.1s ease-in 0.05s; + transition: transform 0.2s ease-out, opacity 0.2s ease-out, max-height 0.25s cubic-bezier(0.82, 0.085, 0.395, 0.895) 0.05s; visibility: hidden; transform: translateY(-100%); opacity: 0;