I am working on some code, and wanted to animate the zoom and link icons on image hover.
I have all the actual code working, but need now to be able to if possible animate the icons into view.
Example image:

Basically I want the smallest amount of code to do this, prefer css3 / jquery not really fussed.
But what I want to do, is on hover of the image, the icons animate upwards from bottom of image to absolute position as shown in image. Then on mouseout ( of image ) the icons fade away.
If you can point me to anything, greatly appreciated. Rather do this with just the absolute smallest amount of code, please.
Cheers
ps: added , happy to create a js fiddle.
jsfiddle for you: http://jsfiddle.net/leli/H2bPT/
Australia said
LOL I just created a fiddle. Will check yours out
I would help but your fiddle gives me headaches 
Crakken said
Australia saidI would help but your fiddle gives me headaches
LOL I just created a fiddle. Will check yours out![]()
really why ?
removed extraneous code if it confuses.
http://jsfiddle.net/422steve/ThZNL/5/- United States
- Has been a member for 4-5 years
- Exclusive Author
- Author was Featured
- Sold between 50 000 and 100 000 dollars
- Item was Featured
- Contributed a Tutorial to a Tuts+ Site
- Author had a Free File of the Month
leli2000 said
jsfiddle for you: http://jsfiddle.net/leli/H2bPT/
Might be good to wrap those links in an element and then animate that instead. This way only one animation occurs as opposed to two:
http://jsfiddle.net/Wn7S6/Australia said
really why ?
removed extraneous code if it confuses.
http://jsfiddle.net/422steve/ThZNL/5/
Oh, God, yes, that’s why, now there you go mate: http://jsfiddle.net/7R3fG/4/
Edit: Or better: http://jsfiddle.net/7R3fG/7/
Cheers Guys, opted for a combination of Codingjack and leli2000’s code
Cheers chaps ^5
I think it’s realy cool idea, i upload on VH pack 70 animated icons for web and IT ))
CodingJack said
leli2000 said
jsfiddle for you: http://jsfiddle.net/leli/H2bPT/Might be good to wrap those links in an element and then animate that instead. This way only one animation occurs as opposed to two: +1
http://jsfiddle.net/Wn7S6/
