mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-04 08:56:34 +00:00
Improve tab animation opacity and enhance CSS transition formatting
This commit is contained in:
@@ -221,7 +221,7 @@ var gZenVerticalTabsManager = {
|
||||
.animate(
|
||||
aTab,
|
||||
{
|
||||
opacity: [0, 1],
|
||||
opacity: [0.7, 1],
|
||||
transform: ['translateY(-20px)', 'translateY(0px)'],
|
||||
marginBottom: isLastTab ? [] : ['-20px', '0px'],
|
||||
},
|
||||
|
Reference in New Issue
Block a user