Stop Propagation
Image boxes with overlayed panels are affected by mouseover propagation: the panel animation will repeat how many times you have passed over the element without a stop. I suggest to insert a stopPropagation function to every onmouseover methods.
10
votes

Thanks for the feedback!