Fix pig not hidden when cancelling animation
This commit is contained in:
parent
9cebb7f6f0
commit
c6bbeb2b46
@ -324,9 +324,9 @@ function stopSchweinchen() {
|
|||||||
$("#questionsSelect").val(index+1);
|
$("#questionsSelect").val(index+1);
|
||||||
changeFrage();
|
changeFrage();
|
||||||
|
|
||||||
$("#schweinchen3Img").hide();
|
$("#schweinchen3Img").stop(true, true).hide();
|
||||||
$("#schweinchen1Img").hide();
|
$("#schweinchen1Img").stop(true, true).hide();
|
||||||
$("#schweinchen2Img").hide();
|
$("#schweinchen2Img").stop(true, true).hide();
|
||||||
$("#result").show();
|
$("#result").show();
|
||||||
$(".footer").show("blind", { direction: "left" }, 1500);
|
$(".footer").show("blind", { direction: "left" }, 1500);
|
||||||
if(schweinchen) {
|
if(schweinchen) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user