feat: Set opacity for glance before animating to avoid flashing, b=no-bug, c=glance

This commit is contained in:
Mr. M
2025-10-16 01:12:34 +02:00
parent cb38a0921d
commit 178e6d9394

View File

@@ -485,6 +485,7 @@
// nice fade-in effect to the content. But if it doesn't exist,
// we just fall back to always showing the browser directly.
if (data.elementData) {
this.contentWrapper.style.opacity = 0;
gZenUIManager.motion
.animate(
this.contentWrapper,