mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-01-05 21:46:49 +01:00
Speedup pop-out animation
This commit is contained in:
parent
be8eb19139
commit
b784e50eb7
@ -43,6 +43,10 @@
|
||||
transform: scaleY(1);
|
||||
}
|
||||
|
||||
33% {
|
||||
transform: scaleY(1);
|
||||
}
|
||||
|
||||
100% {
|
||||
opacity: 0;
|
||||
transform: scaleY(0);
|
||||
|
Loading…
Reference in New Issue
Block a user