So I can make a div to scale nicely from it\'s center pivot: http://jsfiddle.net/uTDay/
However, the transition starts to change when I add in content inside the div: ht
This one works better :)
$(".btn a").click(function () { $('.box').hide("scale", {}, 500).animate({'opacity' : 0}); $('.box img').hide("scale", {}, 500).animate({'opacity' : 0}); });