mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-14 07:18:21 +00:00
Refactor animation code in ZenGlanceManager for improved readability
This commit is contained in:
@@ -149,8 +149,7 @@
|
|||||||
window.requestAnimationFrame(() => {
|
window.requestAnimationFrame(() => {
|
||||||
this.quickOpenGlance();
|
this.quickOpenGlance();
|
||||||
|
|
||||||
gZenUIManager.motion
|
gZenUIManager.motion.animate(
|
||||||
.animate(
|
|
||||||
this.#currentParentTab.linkedBrowser.closest('.browserSidebarContainer'),
|
this.#currentParentTab.linkedBrowser.closest('.browserSidebarContainer'),
|
||||||
{
|
{
|
||||||
scale: 0.98,
|
scale: 0.98,
|
||||||
|
Reference in New Issue
Block a user