1
0
Fork 0
mirror of https://github.com/haselkern/Minecraft-ArmorStand.git synced 2025-05-17 15:05:33 +00:00

Removed Donations

A couple thousand people have seen this, not a single donation has
arrived.
This commit is contained in:
Lars Martens 2016-05-14 17:54:48 +02:00
parent fa573a60b4
commit 1d216261fc
5 changed files with 0 additions and 42 deletions

View file

@ -124,29 +124,6 @@ $(document).ready(function(){
}
});
// Animate donation div
var donationheight = $("#donationanim").height() * 1.5;
$("#donationanim").css({
"transform" : "translateY(-"+donationheight+"px)",
"visibility" : "visible"
});
// Slide in
setTimeout(function(){
$("#donationanim").css({
"transform" : "translateY(0px)",
"transition" : "400ms",
});
// Slide out
setTimeout(function(){
$("#donationanim").css({
"transform" : "translateY(-"+donationheight+"px)",
});
}, 4000);
}, 2000);
});
function setup(){