Skip to content

Commit 2d2341e

Browse files
committed
💫 Reduce animation duration for tab background
1 parent e3e7eb0 commit 2d2341e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎components/tabs/content/browser-tab.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ browser-tab .browser-tab-background {
5151

5252
border-radius: var(--browser-ui-density) var(--browser-ui-density) 0 0;
5353

54-
transition: 0.4s background-color cubic-bezier(0.19, 1, 0.22, 1),
54+
transition: 0.3s background-color cubic-bezier(0.19, 1, 0.22, 1),
5555
0.4s box-shadow cubic-bezier(0.19, 1, 0.22, 1);
5656

5757
overflow: clip;

0 commit comments

Comments
 (0)