Matei Panchios

Results 5 comments of Matei Panchios

Hello, It does support scaled images. Let's take for example this code: `` I've set the exact size of the image that I am using for the image map. (Right...

@etienne-martin Sorry, the address is https://sporedev.ro/pleiade :) I missed the ".ro".

@etienne-martin I did some research and camed up with this script: function blinkIn() { setTimeout(function() { $("#map area").eq(1).trigger("mouseenter.mapify").trigger("focus.mapify").trigger("touchend.mapify"); $(".mapify-svg polygon").eq(1).css("stroke", "#FFEB3B"); blinkOut(); }, 3000); } function blinkOut() { setTimeout(function() {...

Thank you! That seemed to solve it! Please leave the issue open for a few more days, I'll improve the script and I'll drop it here in case anybody needs...

Yes, sorry for the late answer. Just managed to finish the effect. This is the full code: ``` var timeout; function blinkIn() { timeout = setTimeout(function() { $("#map area").filter(':eq(0), :eq(1),...