mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Animate regeneration removal
This commit is contained in:
@@ -977,9 +977,9 @@ async function Generate(type, automatic_trigger) {//encode("dsfs").length
|
|||||||
//$('#chat').children().last().css({'transition':'all 0.5s ease-in-out'});
|
//$('#chat').children().last().css({'transition':'all 0.5s ease-in-out'});
|
||||||
//$('#chat').children().last().css({'transform':'translateX(100vh) scale(0.1,0.1)'});
|
//$('#chat').children().last().css({'transform':'translateX(100vh) scale(0.1,0.1)'});
|
||||||
//$('#chat').children().last().css({'opacity':'0'});
|
//$('#chat').children().last().css({'opacity':'0'});
|
||||||
setTimeout(function () {
|
$('#chat').children().last().fadeOut(300, function() {
|
||||||
$('#chat').children().last().remove();
|
$(this).remove();
|
||||||
}, 1000);
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user