I finally got a fancy animation working. It is a hover event that triggers the animation and i would like to have a bigger are covered for that hover. It would get me a whole bunch of new problems when i simply apply the hover to the parent div so that's not possible for me.
Instead i was thinking if it is maybe possible to forward a hover event to the child element?
JS:
$('canvas').hover( ... functions ... )
In this little canvas area all works perfect.
HTML:
<div class="parent">
-> somewhere here is the <canvas> embedded
</div>
So everytime i hover the <div.parent>
i want the <canvas>
to trigger a hover event.
But be aware: there are three columns with three times the same structure, so each <div.parent>
should only trigger the containing <canvas>
I hope you get my idea and im not talking complete bulls***