Animate opacity on hover (jQuery)
Posted
by Glister
on Stack Overflow
See other posts from Stack Overflow
or by Glister
Published on 2010-01-24T15:04:23Z
Indexed on
2010/03/18
9:51 UTC
Read the original article
Hit count: 255
We have a link:
<a href="#">
Some text
<span style="width: 50px; height: 50px; background: url(image.png); overflow: hidden; opacity: 0;"></span>
</a>
And we want to change opacity of <span>
with some animation, when the link is hovered.
How would we do it?
© Stack Overflow or respective owner