Skip to main content

All Questions

Tagged with
0 votes
1 answer
160 views

Animating opacity with Raphael

I've successfully made a small map that reveals .SVGs upon mouse hover. It instantly reveals the image, then leaves on mouse out. I have tried adding the '.animate' attribute to make them fade in and ...
Rob's user avatar
  • 1
0 votes
1 answer
314 views

Hover only triggers if mouse is on raphael path and not inside

I have three paths in raphael. I have combined them using set. I want to fill all the three paths with different colors on hover. However the trigger applies only if mouse arrow is above the path line ...
Thomas Sebastian's user avatar
0 votes
0 answers
155 views

Hover animation interruption in Raphael

Problem: I'm animating a <button> menu icon containing three horizontal lines using Raphael and jQuery. When the mouse enters the target element, the animation begins, but if the cursor moves ...
Marcatectura's user avatar
  • 1,685