<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Comments on snippet: 'jQuery Fade/Animate an image in a class'</title>
<link>http://snipplr.com</link>
<description>Snipplr comments feed'</description>
<language>en-us</language>
<pubDate>Thu, 20 Jun 2013 00:20:08 GMT</pubDate>
<item>
<title>Some0ne said on 6/23/11</title>
<link>http://snipplr.com/view/55625/jquery-fadeanimate-an-image-in-a-class/</link>
<description><![CDATA[ Chaining:

$('.projectHolder img').hover(function() { 
$(this).stop().animate({opacity:0.5},400);
}
,function() {
$(this).animate({opacity:1},400);
}); ]]></description>
<pubDate>Thu, 23 Jun 2011 15:06:48 GMT</pubDate>
<guid>http://snipplr.com/view/55625/jquery-fadeanimate-an-image-in-a-class/</guid>
</item>
</channel>
</rss>