<a class="center-elem" href="#">
<svg version="1.1" class="arrow-icon" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="600px" height="600px" viewBox="-44 -44 600 600" style="enable-background:new -44 -44 600 600;" xml:space="preserve">
<circle cx="256" cy="256" r="200"/>
<polygon points="345.402,196.955 377.509,229.218 257.001,349.154 136.491,229.218 168.597,196.955 257,284.938"/>
</svg>
</a>
anchor.hover(function(event) {
console.info(event.target);
animating = false;//stop feed-forward animation when hovered
arrow.animate( {transform : 's1.5 1.5' }, duration, easing);
}, function() {
animating = true;//stop feed-forward animation when hovered
animCircleOutward();
});When you open the debug console you can see some debug info. Does somebody had a clue why this behaviour happens and how can I solve this?