<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[KillerSites.com Web Design Forums - Stop jQuery annimation in progress]]></title>
		<link>http://www.killersites.com/forums/topic/2392/stop-jquery-annimation-in-progress/</link>
		<description><![CDATA[The most recent posts in Stop jQuery annimation in progress.]]></description>
		<lastBuildDate>Sun, 01 Nov 2009 19:02:55 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Stop jQuery annimation in progress]]></title>
			<link>http://www.killersites.com/forums/post/11776/#p11776</link>
			<description><![CDATA[<p>I believe this is what you are looking for...</p><p><a href="http://docs.jquery.com/Effects/stop" rel="nofollow">http://docs.jquery.com/Effects/stop</a></p>]]></description>
			<author><![CDATA[dummy@example.com (falkencreative)]]></author>
			<pubDate>Sun, 01 Nov 2009 19:02:55 +0000</pubDate>
			<guid>http://www.killersites.com/forums/post/11776/#p11776</guid>
		</item>
		<item>
			<title><![CDATA[Stop jQuery annimation in progress]]></title>
			<link>http://www.killersites.com/forums/post/11772/#p11772</link>
			<description><![CDATA[<p>In playing with jQuery to understand it better in a doing way, I made a project for myself to have a square move from right to left in the browser and then back again.&nbsp; So far I was able to make a function that does one iteration and another that resets the square but before I try to understand how to keep the loop continuously I was hoping to write code to stops the animation with another click event, but don’t know how to do that.&nbsp; If you can please point me where to look for clues?<br />Here is the code I have written so far.<br /></p><div class="codebox"><pre><code>$(document).ready(function(){
                $(&quot;#start&quot;).click(function(){
                    $(&quot;#block&quot;).animate({&quot;left&quot;: &quot;500px&quot;}, &quot;slow&quot;)
                    .animate({&quot;left&quot;: &quot;25px&quot;}, &quot;slow&quot;)  });

                $(&quot;#reset&quot;).click(function(){
                    $(&quot;#block&quot;).css({top:&quot;150px&quot;, left:&quot;25px&quot;, borderWidth:&quot;&quot;});
                });
                
                $(&quot;#stop&quot;).click(function(){
                    
                });
            });</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (williamrouse)]]></author>
			<pubDate>Sun, 01 Nov 2009 06:26:40 +0000</pubDate>
			<guid>http://www.killersites.com/forums/post/11772/#p11772</guid>
		</item>
	</channel>
</rss>
