Line 17: | Line 17: | ||
$("#main-container #button").height() * 1.05 | $("#main-container #button").height() * 1.05 | ||
) | ) | ||
+ | } | ||
+ | if ( | ||
+ | $("#main-container #button").height() < | ||
+ | 2 * $(window).height() | ||
+ | ) { | ||
+ | console.log("greater height") | ||
} | } | ||
}, 25) | }, 25) | ||
Line 77: | Line 83: | ||
// animatethis($("#main-container #Big2Cell"), 6000, 2, -1, 2, -1) | // animatethis($("#main-container #Big2Cell"), 6000, 2, -1, 2, -1) | ||
}) | }) | ||
+ | |||
</script> | </script> | ||
</html> | </html> |
Revision as of 20:19, 11 October 2018