Difference between revisions of "Template:WLC-Milwaukee/General"

Line 107: Line 107:
 
$('.tile').mouseleave(function() {
 
$('.tile').mouseleave(function() {
 
   var element = $(this).children('h2');
 
   var element = $(this).children('h2');
  element.animate({"borderRadius":"0 0 5px 5px","height":h2height});
 
 
   element.css("border-radius","0 0 5px 5px");
 
   element.css("border-radius","0 0 5px 5px");
 +
  element.animate({"borderRadius":"0 0 5px 5px","height":h2height});
 
   //element.children('.fa').css("display", "none");
 
   //element.children('.fa').css("display", "none");
 
})
 
})

Revision as of 08:08, 29 October 2017