Fix pig not hidden when cancelling animation

This commit is contained in:
Alexander Hüllmandel 2019-08-24 21:11:13 +02:00
parent 9cebb7f6f0
commit c6bbeb2b46
No known key found for this signature in database
GPG Key ID: E9C3846E172253C4

View File

@ -324,9 +324,9 @@ function stopSchweinchen() {
$("#questionsSelect").val(index+1);
changeFrage();
$("#schweinchen3Img").hide();
$("#schweinchen1Img").hide();
$("#schweinchen2Img").hide();
$("#schweinchen3Img").stop(true, true).hide();
$("#schweinchen1Img").stop(true, true).hide();
$("#schweinchen2Img").stop(true, true).hide();
$("#result").show();
$(".footer").show("blind", { direction: "left" }, 1500);
if(schweinchen) {