Menu, Message Context Menu: Better animation
This commit is contained in:
parent
d3d9d440a6
commit
caa0ba76c5
@ -10,8 +10,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.bubble {
|
.bubble {
|
||||||
transform: scale(0.5);
|
|
||||||
transition: opacity .15s cubic-bezier(0.2, 0, 0.2, 1), transform .15s cubic-bezier(0.2, 0, 0.2, 1) !important;
|
transition: opacity .15s cubic-bezier(0.2, 0, 0.2, 1), transform .15s cubic-bezier(0.2, 0, 0.2, 1) !important;
|
||||||
|
transform: scale(0.7);
|
||||||
overflow: initial;
|
overflow: initial;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -27,7 +27,7 @@
|
|||||||
z-index: var(--z-menu-bubble);
|
z-index: var(--z-menu-bubble);
|
||||||
overscroll-behavior: contain;
|
overscroll-behavior: contain;
|
||||||
|
|
||||||
transform: scale(0.2);
|
transform: scale(0.5);
|
||||||
transition: opacity .2s cubic-bezier(0.2, 0, 0.2, 1), transform .2s cubic-bezier(0.2, 0, 0.2, 1) !important;
|
transition: opacity .2s cubic-bezier(0.2, 0, 0.2, 1), transform .2s cubic-bezier(0.2, 0, 0.2, 1) !important;
|
||||||
|
|
||||||
&.open {
|
&.open {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user