mirror of
https://github.com/zen-browser/desktop.git
synced 2026-04-02 05:39:18 +00:00
Adjust tab animation blur effect for smoother transitions
This commit is contained in:
@@ -239,7 +239,7 @@ var gZenVerticalTabsManager = {
|
||||
});
|
||||
gZenUIManager.motion
|
||||
.animate(aTab.querySelector('.tab-stack'), {
|
||||
filter: ['blur(2px)', 'blur(0px)'],
|
||||
filter: ['blur(1px)', 'blur(0px)'],
|
||||
})
|
||||
.then(() => {
|
||||
aTab.querySelector('.tab-stack').style.removeProperty('filter');
|
||||
|
||||
Reference in New Issue
Block a user