Remove animation of message deletion

This commit is contained in:
SillyLossy
2023-03-18 15:41:41 +02:00
parent 6bbee41565
commit 1bc54f06cf

View File

@ -977,9 +977,7 @@ async function Generate(type, automatic_trigger) {//encode("dsfs").length
//$('#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({'opacity':'0'});
$('#chat').children().last().fadeOut(300, function() {
$(this).remove();
});
$('#chat').children().last().remove();
}
}