This is my fiddle demo.
Most browsers when loading a gif image display each frame by frame as it loads, and it ruins the effect. how do i skip the loading part and straightaway display the image with a fade in.
.initials {
position:absolute;
background:{color:main color};
background-image: url("http://static.tumblr.com/lxn1yld/Hnxnxaqya/space.gif");
color:white;
padding-top:20px;
padding-bottom:20px;
width:60px;
text-align:center;
font-size:20px;
box-shadow:0px 2px 3px rgba(0,0,0,.15); }