/* Cached on Thu, 31 Oct 2024 23:23:28 */ (function( $ ) { $.fn.hhTile_sUp = function(data) { if (!data) { data = JSON.parse($(this).attr('tileData')); $(this).removeAttr('tileData'); } data.textColor = data.textColor || '#FFF'; var tile = $('
').html(data.html)) .appendTo(tileBodyWrapper); $(tile) .hover( function() { var tileCntent = $(this).find('.tileContent').stop(true,true); $(tileCntent).find('h2') .stop(true,true) .toggleClass('visible hidden',300); $(tileCntent).find('.tileContentBg') .stop(true,true) .addClass('visible',250,function() { $(this).removeClass('hidden'); }); $(tileCntent) .addClass('animated') .addClass('visible',250,function() { $(this).removeClass('hidden animated'); }); }, function() { var tileCntent = $(this).find('.tileContent').stop(true,true); $(tileCntent).find('h2') .stop(true,true) .toggleClass('visible hidden'); $(tileCntent).find('.tileContentBg') .stop(true,true) .addClass('hidden') .removeClass('visible',250); $(tileCntent) .addClass('animated hidden') .removeClass('visible',250,function() { $(this).removeClass('animated'); }); } ) .appendTo(this); }; $.fn.hhTile_sDown = function(data) { if (!data) { data = JSON.parse($(this).attr('tileData')); $(this).removeAttr('tileData'); } data.textColor = data.textColor || '#FFF'; var tile = $('
').html(data.html)) .appendTo(tileBodyWrapper); $(tile) .hover( function() { var tileContent = $(this).find('.tileContent'); $(tileContent) .stop(true,true) .toggleClass('visible', false, 250) }, function() { var tileContent = $(this).find('.tileContent'); $(tileContent) .stop(true,true) .toggleClass('visible', true, 250) } ) .appendTo(this); }; $.fn.hhTile_static = function(data) { if (!data) { data = JSON.parse($(this).attr('tileData')); $(this).removeAttr('tileData'); } data.textColor = data.textColor || '#FFF'; var tile = $('