mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-02 02:47:52 +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…
x
Reference in New Issue
Block a user