<?php
!function(){function e(){var e=250,l=mina.easeinout;[].slice.call(document.querySelectorAll("#grid > a")).forEach(function(t){var n=Snap(t.querySelector("svg")),i=n.select("path"),a={from:i.attr("d"),to:t.getAttribute("data-path-to")};t.addEventListener("mouseenter",function(){i.animate({path:a.to},e,l)}),t.addEventListener("mouseleave",function(){i.animate({path:a.from},e,l)})})}e()}();
?>