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:
parent
fa573a60b4
commit
1d216261fc
5 changed files with 0 additions and 42 deletions
23
js/main.js
23
js/main.js
|
@ -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(){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue