create tab_closing_animation.css

This commit is contained in:
MrOtherGuy
2023-05-18 12:18:37 +03:00
parent d6eb2ac027
commit 190302b473
3 changed files with 22 additions and 1 deletions
+19
View File
@@ -0,0 +1,19 @@
/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/tab_closing_animation.css made available under Mozilla Public License v. 2.0
See the above repository for updates as well as full license text. */
/* This style simply makes the tab stay visible while it is being closed as well as makes the transition a bit slower */
.tabbrowser-tab:not([pinned],[fadein]){
transition-duration: 240ms, 240ms !important;
transition-timing-function: ease-out, ease-out !important;
visibility: visible !important;
}
.tab-content:not([fadein],[pinned])
.tab-icon-pending:not([fadein]),
.tab-icon-image:not([fadein]),
.tab-label:not([fadein]){
visibility: visible !important;
}
.tab-label:not([fadein]){
display: flex !important;
}
+2 -1
View File
@@ -162,5 +162,6 @@
"compact_extensions_panel.css":["popup","menu","minimal"],
"tab_animated_active_border.css":["tab","effect","colors"],
"status_inside_menubar.css":["menubar","status","hack"],
"centered_statuspanel.css":["status"]
"centered_statuspanel.css":["status"],
"tab_closing_animation.css":["tab","effect"]
}
+1
View File
@@ -162,3 +162,4 @@ compact_extensions_panel.css,popup,menu,minimal
tab_animated_active_border.css,tab,effect,colors
status_inside_menubar.css,menubar,status,hack
centered_statuspanel.css,status
tab_closing_animation.css,tab,effect
1 auto_devtools_theme_for_rdm.css,devtools,colors
162 tab_animated_active_border.css,tab,effect,colors
163 status_inside_menubar.css,menubar,status,hack
164 centered_statuspanel.css,status
165 tab_closing_animation.css,tab,effect