Your IP : 18.118.151.211


Current Path : /var/www/www-root/data/www/info.monolith-realty.ru/local/templates/monolitsochi/js/
Upload File :
Current File : /var/www/www-root/data/www/info.monolith-realty.ru/local/templates/monolitsochi/js/blink.js

(function () {
  $.fn.blink = function () {
    return this.each(function () {
      $(this).hover(
        function () {
          if ($(this).is(":animated")) return;

          $(this).animate({ opacity: 0.75 }, 150, function () {
            $(this).animate({ opacity: 1 }, 100, "linear");
          });
        },
        function () {}
      );
    });
  };
})(jQuery);