Munish Kumar
Munish Kumar

Reputation: 45

On Icon Hover Draw Icon

I'm trying to create this Icon Animate effect for my personal work. As they are using images to draw icon on hover. Any other trick to use this one. Please advise

Live Working Link

http://puu.sh/pAksc/8c81c44718.png

Upvotes: 0

Views: 198

Answers (1)

Carele
Carele

Reputation: 774

Man... I think you don't understand at all what you are talking about ... Here are some things you should try and understand first.

First, have you tried any piece of code or looked for a tutorial ?! Usually if you post a question on Stackoverflow, you're not asking people to do your job, you must first have tried things and have a code example to show... Start here : https://css-tricks.com/svg-line-animation-works/ This should do what you want to do. Then you just have to trigger the animation on div:hover

Second this won't work with a png. This only work with specific SVG images. First take a look at what an SVG image is and how to work with it in HTML/CSS.

Third you don't need any jQuery here so leave that aside if that's the only thing that requires jquery in your website.

Upvotes: 1

Related Questions