Difference between revisions of "Template:TecCEM/JsHome"

Line 20: Line 20:
 
             if (
 
             if (
 
                 $("#main-container #button").height() >=
 
                 $("#main-container #button").height() >=
                    2 * $(window).height() &&
+
                2 * $(window).height()
                $("#main-container #button").width() >= 2 * $(window).width()
+
 
             ) {
 
             ) {
                 console.log("greater height")
+
                 if (
 +
                    $("#main-container #button").width() >=
 +
                    2 * $(window).width()
 +
                ) {
 +
                    clearInterval(growFn)
 +
                }
 
             }
 
             }
 
         }, 25)
 
         }, 25)
Line 84: Line 88:
 
     // 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:22, 11 October 2018