Line 26: | Line 26: | ||
2 * $(window).width() | 2 * $(window).width() | ||
) { | ) { | ||
− | $("#main-container #button").css("pointer-events","none") | + | $("#main-container #button").css("pointer-events", "none") |
clearInterval(growFn) | clearInterval(growFn) | ||
} | } | ||
Line 80: | Line 80: | ||
) | ) | ||
} | } | ||
− | + | animatethis($("#main-container #CenterCell"), 5000, 2, -1, -3, 1) | |
− | + | animatethis($("#main-container #button"), 5000, 2, -1, -3, 1) | |
− | + | animatethis($("#main-container #Small1Cell"), 3000, -2, 2, -1, 2) | |
− | + | animatethis($("#main-container #Small2Cell"), 4000, -1, 3, 2, 1) | |
− | + | animatethis($("#main-container #Small3Cell"), 5500, 3, -1, 2, -1) | |
− | + | animatethis($("#main-container #Small4Cell"), 4500, -2, 2, -2, 2) | |
− | + | animatethis($("#main-container #Big1Cell"), 2000, -3, -1, 2, -2) | |
− | + | animatethis($("#main-container #Big2Cell"), 6000, 2, -1, 2, -1) | |
}) | }) | ||
</script> | </script> | ||
</html> | </html> |
Revision as of 20:24, 11 October 2018