mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-01 23:48:37 +00:00
Fixed animations for glance
This commit is contained in:
Submodule src/browser/base/content/zen-components updated: 893eead718...ed7ce7c8d3
@@ -9,4 +9,5 @@
|
||||
</vbox>
|
||||
</vbox>
|
||||
</hbox>
|
||||
<hbox id="zen-glance-tabs" hidden="true"></hbox>
|
||||
</hbox>
|
@@ -279,20 +279,10 @@
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
96% {
|
||||
80% {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
98% {
|
||||
/* make the box grow to full width/height */
|
||||
opacity: 1;
|
||||
transform: translateX(-50%);
|
||||
top: -5px;
|
||||
left: 50%;
|
||||
width: 77%;
|
||||
height: 102%;
|
||||
}
|
||||
|
||||
100% {
|
||||
transform: translateX(-50%);
|
||||
opacity: 1;
|
||||
|
@@ -7,7 +7,7 @@
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 3;
|
||||
background: color-mix(in srgb, var(--zen-colors-tertiary) 10%, transparent 90%);
|
||||
background: color-mix(in srgb, var(--zen-colors-tertiary) 20%, transparent 80%);
|
||||
backdrop-filter: blur(2px);
|
||||
animation: zen-glance-overlay-animation 0.1s ease-in-out forwards;
|
||||
border-radius: var(--zen-border-radius);
|
||||
@@ -45,6 +45,7 @@
|
||||
}
|
||||
|
||||
& #zen-glance-content {
|
||||
z-index: 1;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
|
Reference in New Issue
Block a user