Sha256: 72a83261a6e6b577966f3cb70ea6c7fd1979f322f5a62f983461a913936b52f0
Contents?: true
Size: 384 Bytes
Versions: 24
Compression:
Stored size: 384 Bytes
Contents
FORGE.features.home_page = { // animate the main button icons on hover: init: function () { $("#index-buttons").on("mouseover", ".home-button", function() { $(this).children(".image").animate({opacity:0.5}, 500, function() {}); }).on("mouseleave", ".home-button", function() { $(this).children(".image").animate({opacity:1}, 500, function() {}); }); } }
Version data entries
24 entries across 24 versions & 1 rubygems