can anyone give me some advice on how to animate svg graphics using jquery core only? basically what i want to be able to do is enlarge the graphic by 10% on hover and also add some css3 styles?
All advice would be great
Kyle
can anyone give me some advice on how to animate svg graphics using jquery core only? basically what i want to be able to do is enlarge the graphic by 10% on hover and also add some css3 styles?
All advice would be great
Kyle
Answer: http://jsfiddle.net/morrison/LpPdP/
Notes:
.hover
class. I chose to add the classhover
when you hover, as that made the most sense.