<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: jQuery image slide on hover effect</title>
	<atom:link href="http://spoonfedproject.com/jquery/jquery-image-slide-on-hover-effect/feed/" rel="self" type="application/rss+xml" />
	<link>http://spoonfedproject.com/jquery/jquery-image-slide-on-hover-effect/</link>
	<description>Feeding developers quality resources from across the web</description>
	<lastBuildDate>Sat, 03 Sep 2011 13:29:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: brobison</title>
		<link>http://spoonfedproject.com/jquery/jquery-image-slide-on-hover-effect/#comment-9462</link>
		<dc:creator>brobison</dc:creator>
		<pubDate>Sat, 03 Sep 2011 13:29:03 +0000</pubDate>
		<guid isPermaLink="false">http://spoonfedproject.com/?p=188#comment-9462</guid>
		<description>This example assumes you&#039;re animating all image widths to the right, but should work as a starting point.

http://jsfiddle.net/g9hmP/3/</description>
		<content:encoded><![CDATA[<p>This example assumes you&#8217;re animating all image widths to the right, but should work as a starting point.</p>
<p><a href="http://jsfiddle.net/g9hmP/3/" rel="nofollow">http://jsfiddle.net/g9hmP/3/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Delano</title>
		<link>http://spoonfedproject.com/jquery/jquery-image-slide-on-hover-effect/#comment-9457</link>
		<dc:creator>Delano</dc:creator>
		<pubDate>Fri, 02 Sep 2011 20:23:04 +0000</pubDate>
		<guid isPermaLink="false">http://spoonfedproject.com/?p=188#comment-9457</guid>
		<description>Hello,

I have a quick question.
On my website I have different width and heights of divs.
My version would be to give all the images a seperate function 
e.g. 
//Picture 1
	$(&quot;#pic1 div a&quot;).hover(function(){
		$(&quot;img&quot;, this).stop().animate({left:&quot;-296px&quot;},{queue:false,duration:200});
	}, function() {
		$(&quot;img&quot;, this).stop().animate({left:&quot;0px&quot;},{queue:false,duration:200});
	});
});
---------------------------------------------------------------------------------------------------------

//Picture 2
	$(&quot;#pic2 div a&quot;).hover(function(){
		$(&quot;img&quot;, this).stop().animate({left:&quot;-296px&quot;},{queue:false,duration:200});
	}, function() {
		$(&quot;img&quot;, this).stop().animate({left:&quot;0px&quot;},{queue:false,duration:200});
	});
});

And so I would continue just because i have different width and heights on those images.
Is this the right way to do it or is there a shorter version?

Thank you in advance.</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I have a quick question.<br />
On my website I have different width and heights of divs.<br />
My version would be to give all the images a seperate function<br />
e.g.<br />
//Picture 1<br />
	$(&#8220;#pic1 div a&#8221;).hover(function(){<br />
		$(&#8220;img&#8221;, this).stop().animate({left:&#8221;-296px&#8221;},{queue:false,duration:200});<br />
	}, function() {<br />
		$(&#8220;img&#8221;, this).stop().animate({left:&#8221;0px&#8221;},{queue:false,duration:200});<br />
	});<br />
});<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>//Picture 2<br />
	$(&#8220;#pic2 div a&#8221;).hover(function(){<br />
		$(&#8220;img&#8221;, this).stop().animate({left:&#8221;-296px&#8221;},{queue:false,duration:200});<br />
	}, function() {<br />
		$(&#8220;img&#8221;, this).stop().animate({left:&#8221;0px&#8221;},{queue:false,duration:200});<br />
	});<br />
});</p>
<p>And so I would continue just because i have different width and heights on those images.<br />
Is this the right way to do it or is there a shorter version?</p>
<p>Thank you in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 15 Great Hot Thumbnail Photo Gallery Effects</title>
		<link>http://spoonfedproject.com/jquery/jquery-image-slide-on-hover-effect/#comment-9083</link>
		<dc:creator>15 Great Hot Thumbnail Photo Gallery Effects</dc:creator>
		<pubDate>Tue, 26 Jul 2011 13:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://spoonfedproject.com/?p=188#comment-9083</guid>
		<description>[...]  8. jQuery image slide on hover effect [...]</description>
		<content:encoded><![CDATA[<p>[...]  8. jQuery image slide on hover effect [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rog</title>
		<link>http://spoonfedproject.com/jquery/jquery-image-slide-on-hover-effect/#comment-8963</link>
		<dc:creator>Rog</dc:creator>
		<pubDate>Sun, 17 Jul 2011 08:02:18 +0000</pubDate>
		<guid isPermaLink="false">http://spoonfedproject.com/?p=188#comment-8963</guid>
		<description>Thanks Brobison for the script. I saw a similar animation that was Flash based and have had it in mind to build a jQuery version ever since. You&#039;ve saved me a lot of time. 
Best wishes,
Rog</description>
		<content:encoded><![CDATA[<p>Thanks Brobison for the script. I saw a similar animation that was Flash based and have had it in mind to build a jQuery version ever since. You&#8217;ve saved me a lot of time.<br />
Best wishes,<br />
Rog</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brobison</title>
		<link>http://spoonfedproject.com/jquery/jquery-image-slide-on-hover-effect/#comment-8142</link>
		<dc:creator>brobison</dc:creator>
		<pubDate>Tue, 17 May 2011 20:09:45 +0000</pubDate>
		<guid isPermaLink="false">http://spoonfedproject.com/?p=188#comment-8142</guid>
		<description>It can be passed into the animate method just after duration. Keep in mind you&#039;ll need to include the easing plugin. Have a look here:

http://api.jquery.com/animate/#example-9

The updated plugin I created includes the easing functionality too:

http://codecanyon.net/item/imgslider/128727

If using my plugin, it would look something like this:

&lt;pre&gt;
$(&#039;.demo5 img&#039;).imgslide({
	top: &#039;-130px&#039;,
	duration: 700,
	easeIn : &#039;easeOutBounce&#039;,
	easeOut : &#039;easeOutBounce&#039;
});
&lt;/pre&gt;
Hope that helps.
</description>
		<content:encoded><![CDATA[<p>It can be passed into the animate method just after duration. Keep in mind you&#8217;ll need to include the easing plugin. Have a look here:</p>
<p><a href="http://api.jquery.com/animate/#example-9" rel="nofollow">http://api.jquery.com/animate/#example-9</a></p>
<p>The updated plugin I created includes the easing functionality too:</p>
<p><a href="http://codecanyon.net/item/imgslider/128727" rel="nofollow">http://codecanyon.net/item/imgslider/128727</a></p>
<p>If using my plugin, it would look something like this:</p>
<pre>
$('.demo5 img').imgslide({
	top: '-130px',
	duration: 700,
	easeIn : 'easeOutBounce',
	easeOut : 'easeOutBounce'
});
</pre>
<p>Hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken Kelleher</title>
		<link>http://spoonfedproject.com/jquery/jquery-image-slide-on-hover-effect/#comment-8140</link>
		<dc:creator>Ken Kelleher</dc:creator>
		<pubDate>Tue, 17 May 2011 19:35:40 +0000</pubDate>
		<guid isPermaLink="false">http://spoonfedproject.com/?p=188#comment-8140</guid>
		<description>Question for you, would like to add easing, how do I add it to your string?

// Horizontal
	$(&quot;#horizontal div a&quot;).hover(function(){
		$(&quot;img&quot;, this).stop().animate({left:&quot;-338px&quot;},{queue:false,duration:200});
	}, function() {
		$(&quot;img&quot;, this).stop().animate({left:&quot;0px&quot;},{queue:false,duration:200});
	});
});</description>
		<content:encoded><![CDATA[<p>Question for you, would like to add easing, how do I add it to your string?</p>
<p>// Horizontal<br />
	$(&#8220;#horizontal div a&#8221;).hover(function(){<br />
		$(&#8220;img&#8221;, this).stop().animate({left:&#8221;-338px&#8221;},{queue:false,duration:200});<br />
	}, function() {<br />
		$(&#8220;img&#8221;, this).stop().animate({left:&#8221;0px&#8221;},{queue:false,duration:200});<br />
	});<br />
});</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Markus Hagedorn</title>
		<link>http://spoonfedproject.com/jquery/jquery-image-slide-on-hover-effect/#comment-7822</link>
		<dc:creator>Markus Hagedorn</dc:creator>
		<pubDate>Mon, 18 Apr 2011 13:58:20 +0000</pubDate>
		<guid isPermaLink="false">http://spoonfedproject.com/?p=188#comment-7822</guid>
		<description>Most simple solutions I&#039;ve found online don&#039;t work properly. This is just perfect. Thanks!</description>
		<content:encoded><![CDATA[<p>Most simple solutions I&#8217;ve found online don&#8217;t work properly. This is just perfect. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jQuery animated swap div content on hover effect &#124; Robert Kuzma on SharePoint, HTML, CSS &#38; JavaScript</title>
		<link>http://spoonfedproject.com/jquery/jquery-image-slide-on-hover-effect/#comment-6658</link>
		<dc:creator>jQuery animated swap div content on hover effect &#124; Robert Kuzma on SharePoint, HTML, CSS &#38; JavaScript</dc:creator>
		<pubDate>Sun, 16 Jan 2011 16:05:45 +0000</pubDate>
		<guid isPermaLink="false">http://spoonfedproject.com/?p=188#comment-6658</guid>
		<description>[...] sample how to swap div content on mouse hover. Actually I first stumbled upon this web article: http://spoonfedproject.com/jquery/jquery-image-slide-on-hover-effect/. After making few changes I was able to swap actual content of a div instead of [...]</description>
		<content:encoded><![CDATA[<p>[...] sample how to swap div content on mouse hover. Actually I first stumbled upon this web article: <a href="http://spoonfedproject.com/jquery/jquery-image-slide-on-hover-effect/" rel="nofollow">http://spoonfedproject.com/jquery/jquery-image-slide-on-hover-effect/</a>. After making few changes I was able to swap actual content of a div instead of [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jason</title>
		<link>http://spoonfedproject.com/jquery/jquery-image-slide-on-hover-effect/#comment-6170</link>
		<dc:creator>jason</dc:creator>
		<pubDate>Sat, 27 Nov 2010 02:49:15 +0000</pubDate>
		<guid isPermaLink="false">http://spoonfedproject.com/?p=188#comment-6170</guid>
		<description>thank you! you don&#039;t even know how long I searched tried to figure this out by myself until I finally broke down and did a web search and found you guys. And it worked perfectly!</description>
		<content:encoded><![CDATA[<p>thank you! you don&#8217;t even know how long I searched tried to figure this out by myself until I finally broke down and did a web search and found you guys. And it worked perfectly!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: masi</title>
		<link>http://spoonfedproject.com/jquery/jquery-image-slide-on-hover-effect/#comment-5816</link>
		<dc:creator>masi</dc:creator>
		<pubDate>Sat, 18 Sep 2010 12:35:16 +0000</pubDate>
		<guid isPermaLink="false">http://spoonfedproject.com/?p=188#comment-5816</guid>
		<description>hi. i went through lots of image scrolling jquery stuff, but this is the best ive seen and i would like to implement this to my website. But I am a newbie and could you pease tell me what think I should do to get this right? Pls. Thanks Heaps</description>
		<content:encoded><![CDATA[<p>hi. i went through lots of image scrolling jquery stuff, but this is the best ive seen and i would like to implement this to my website. But I am a newbie and could you pease tell me what think I should do to get this right? Pls. Thanks Heaps</p>
]]></content:encoded>
	</item>
</channel>
</rss>

