CSS/jQuery: make the icon blink

Posted by Karem on Stack Overflow See other posts from Stack Overflow or by Karem
Published on 2011-01-11T20:48:54Z Indexed on 2011/01/11 20:54 UTC
Read the original article Hit count: 201

Filed under:
|

I remember doing some css learning where i learned to make text-decoration: blink, and the text started blinking.

Now i have a icon,

.iconPM{
background: url(../images/icons/mail_16x16.png) no-repeat;
width: 16px;
height: 16px;
border: none;
display:inline-block;
}

Wonder if i can make this blink, either by simple css or jquery if required. Or maybe any other nice effects available in jquery recommended

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about css