Skip to content

Instantly share code, notes, and snippets.

@anoopsankar
anoopsankar / flicker-text.css
Created September 5, 2012 06:19
CSS Flicker
#text-block .flickr {
color: transparent;
text-shadow: white 0 0 1px;
-webkit-transition: text-shadow 0.2s ease-in-out;
-moz-transition: text-shadow 0.2s ease-in-out;
transition: text-shadow 0.2s ease-in-out;
}