Changed panel UI animation speend and transition function

This commit is contained in:
mr. m
2025-02-16 19:45:02 +01:00
parent 06e9a93d5e
commit 0579c7affa

View File

@@ -7,7 +7,7 @@ panel[type='arrow'][animate][animate='open']::part(content) {
animation: zen-jello-animation 0.35s ease;
@media (-moz-platform: macos) {
animation: zen-jello-animation-alt 0.15s ease;
animation: zen-jello-animation-alt 0.2s ease-out;
}
}