<?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: Fully Executing jQuery Animations Without&#160;Queuing</title> <atom:link href="http://css-tricks.com/full-jquery-animations/feed/" rel="self" type="application/rss+xml" /><link>http://css-tricks.com/full-jquery-animations/</link> <description>Tips, Tricks, and Techniques on using Cascading Style Sheets.</description> <lastBuildDate>Wed, 08 Sep 2010 22:59:34 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.0.1</generator> <item><title>By: Leo Mysor</title><link>http://css-tricks.com/full-jquery-animations/#comment-68527</link> <dc:creator>Leo Mysor</dc:creator> <pubDate>Mon, 25 Jan 2010 09:03:42 +0000</pubDate> <guid
isPermaLink="false">http://css-tricks.com/?p=4911#comment-68527</guid> <description>Is there a similar solution for click event?</description> <content:encoded><![CDATA[<p>Is there a similar solution for click event?</p> ]]></content:encoded> </item> <item><title>By: Bine</title><link>http://css-tricks.com/full-jquery-animations/#comment-68167</link> <dc:creator>Bine</dc:creator> <pubDate>Wed, 20 Jan 2010 01:39:16 +0000</pubDate> <guid
isPermaLink="false">http://css-tricks.com/?p=4911#comment-68167</guid> <description>god, you helped me so much with this..
thank you! :)</description> <content:encoded><![CDATA[<p>god, you helped me so much with this..<br
/> thank you! :)</p> ]]></content:encoded> </item> <item><title>By: Al</title><link>http://css-tricks.com/full-jquery-animations/#comment-66775</link> <dc:creator>Al</dc:creator> <pubDate>Fri, 18 Dec 2009 19:56:47 +0000</pubDate> <guid
isPermaLink="false">http://css-tricks.com/?p=4911#comment-66775</guid> <description>http://www.webappers.com/2009/12/18/a-solution-of-jquery-animation-queue-buildup/</description> <content:encoded><![CDATA[<p><a
href="http://www.webappers.com/2009/12/18/a-solution-of-jquery-animation-queue-buildup/" rel="nofollow">http://www.webappers.com/2009/12/18/a-solution-of-jquery-animation-queue-buildup/</a></p> ]]></content:encoded> </item> <item><title>By: LuK</title><link>http://css-tricks.com/full-jquery-animations/#comment-66687</link> <dc:creator>LuK</dc:creator> <pubDate>Thu, 17 Dec 2009 21:16:35 +0000</pubDate> <guid
isPermaLink="false">http://css-tricks.com/?p=4911#comment-66687</guid> <description>I use hoverflow for a long time =)...hate the .stop(), doesn&#039;t work for me at all, looks just ugly^^...hoverflow is a real beauty! But thanks for pointing the problem out Chris!</description> <content:encoded><![CDATA[<p>I use hoverflow for a long time =)&#8230;hate the .stop(), doesn&#8217;t work for me at all, looks just ugly^^&#8230;hoverflow is a real beauty! But thanks for pointing the problem out Chris!</p> ]]></content:encoded> </item> <item><title>By: e11world</title><link>http://css-tricks.com/full-jquery-animations/#comment-66614</link> <dc:creator>e11world</dc:creator> <pubDate>Wed, 16 Dec 2009 21:52:21 +0000</pubDate> <guid
isPermaLink="false">http://css-tricks.com/?p=4911#comment-66614</guid> <description>This is very nicely done! I love how there are many samples on the demo page.</description> <content:encoded><![CDATA[<p>This is very nicely done! I love how there are many samples on the demo page.</p> ]]></content:encoded> </item> <item><title>By: Diegop</title><link>http://css-tricks.com/full-jquery-animations/#comment-66613</link> <dc:creator>Diegop</dc:creator> <pubDate>Wed, 16 Dec 2009 21:43:08 +0000</pubDate> <guid
isPermaLink="false">http://css-tricks.com/?p=4911#comment-66613</guid> <description>Very nice Chris, i customize your filter code a little
Add .stop() before .filter()
works nice!
$(&quot;#animate-test div&quot;).hover(function(){
$(this).stop().filter(&#039;:not(:animated)&#039;).animate({ width: &quot;200px&quot; });
}, function() {
$(this).animate({ width: &quot;100px&quot; });
});</description> <content:encoded><![CDATA[<p>Very nice Chris, i customize your filter code a little<br
/> Add .stop() before .filter()<br
/> works nice!<br
/> $(&#8220;#animate-test div&#8221;).hover(function(){<br
/> $(this).stop().filter(&#8216;:not(:animated)&#8217;).animate({ width: &#8220;200px&#8221; });<br
/> }, function() {<br
/> $(this).animate({ width: &#8220;100px&#8221; });<br
/> });</p> ]]></content:encoded> </item> <item><title>By: Josh</title><link>http://css-tricks.com/full-jquery-animations/#comment-66608</link> <dc:creator>Josh</dc:creator> <pubDate>Wed, 16 Dec 2009 18:17:22 +0000</pubDate> <guid
isPermaLink="false">http://css-tricks.com/?p=4911#comment-66608</guid> <description>This plugin is great. I&#039;m trying to find a use for it on my site now. Really looks nice.</description> <content:encoded><![CDATA[<p>This plugin is great. I&#8217;m trying to find a use for it on my site now. Really looks nice.</p> ]]></content:encoded> </item> <item><title>By: Chris Coyier</title><link>http://css-tricks.com/full-jquery-animations/#comment-66589</link> <dc:creator>Chris Coyier</dc:creator> <pubDate>Wed, 16 Dec 2009 13:28:47 +0000</pubDate> <guid
isPermaLink="false">http://css-tricks.com/?p=4911#comment-66589</guid> <description>NICE. This is really slick Ralf.</description> <content:encoded><![CDATA[<p>NICE. This is really slick Ralf.</p> ]]></content:encoded> </item> <item><title>By: Giovanni</title><link>http://css-tricks.com/full-jquery-animations/#comment-66588</link> <dc:creator>Giovanni</dc:creator> <pubDate>Wed, 16 Dec 2009 13:28:09 +0000</pubDate> <guid
isPermaLink="false">http://css-tricks.com/?p=4911#comment-66588</guid> <description>Great work here! I had a similar problem to solve with an animation in Flash using actionscript. Found a solution by using the timeline to play the animation backwards from the point of mousing off, and play forward on the hover event.Even your first solution however works great on a mobile device (where it wouldn&#039;t using flash, but still hoping) because You can&#039;t hover with a mobile (least not on the iPhone, I&#039;m using it as I write this).Any ideas about how to code a menu item with a pop-down with a hover state for a non-mobile user with it working also for a mobile user? I&#039;ve had this problem on sites I&#039;ve been browsing and I&#039;ve had to click then quickly stop loading the page to access the hover menu items....</description> <content:encoded><![CDATA[<p>Great work here! I had a similar problem to solve with an animation in Flash using actionscript. Found a solution by using the timeline to play the animation backwards from the point of mousing off, and play forward on the hover event.</p><p>Even your first solution however works great on a mobile device (where it wouldn&#8217;t using flash, but still hoping) because You can&#8217;t hover with a mobile (least not on the iPhone, I&#8217;m using it as I write this).</p><p>Any ideas about how to code a menu item with a pop-down with a hover state for a non-mobile user with it working also for a mobile user? I&#8217;ve had this problem on sites I&#8217;ve been browsing and I&#8217;ve had to click then quickly stop loading the page to access the hover menu items&#8230;.</p> ]]></content:encoded> </item> <item><title>By: Ralf Stoltze</title><link>http://css-tricks.com/full-jquery-animations/#comment-66559</link> <dc:creator>Ralf Stoltze</dc:creator> <pubDate>Tue, 15 Dec 2009 22:08:04 +0000</pubDate> <guid
isPermaLink="false">http://css-tricks.com/?p=4911#comment-66559</guid> <description>My hoverFlow plugin is another solution to animation queue buildup. It also honors a single mouseover/-out with a full animation cycle.&lt;a href=&quot;http://www.2meter3.de/code/hoverFlow/&quot; rel=&quot;nofollow&quot;&gt;http://www.2meter3.de/code/hoverFlow/&lt;/a&gt;It&#039;s nice to see that you also went the long way down (... the demo page) to find a good solution.hoverFlow also solves the menu problem mentioned in the comments (&quot;quickly mouseout and go back&quot;). See the &lt;a href=&quot;http://www.2meter3.de/code/hoverFlow/submenus.html&quot; rel=&quot;nofollow&quot;&gt;submenu examples&lt;/a&gt;.I found that both the :animated pseudo-selector and the save-state-in-classname solutions are too slow (especially in older IEs). My approach is to save state using jQuery&#039;s data()-function.The actual animation is triggered inside an anonymous function that is queue()d. That way, I can control animation queueing based on the current state (mouse position).</description> <content:encoded><![CDATA[<p>My hoverFlow plugin is another solution to animation queue buildup. It also honors a single mouseover/-out with a full animation cycle.</p><p><a
href="http://www.2meter3.de/code/hoverFlow/" rel="nofollow">http://www.2meter3.de/code/hoverFlow/</a></p><p>It&#8217;s nice to see that you also went the long way down (&#8230; the demo page) to find a good solution.</p><p>hoverFlow also solves the menu problem mentioned in the comments (&#8220;quickly mouseout and go back&#8221;). See the <a
href="http://www.2meter3.de/code/hoverFlow/submenus.html" rel="nofollow">submenu examples</a>.</p><p>I found that both the :animated pseudo-selector and the save-state-in-classname solutions are too slow (especially in older IEs). My approach is to save state using jQuery&#8217;s data()-function.</p><p>The actual animation is triggered inside an anonymous function that is queue()d. That way, I can control animation queueing based on the current state (mouse position).</p> ]]></content:encoded> </item> </channel> </rss>
<!-- This site's performance optimized by W3 Total Cache. Dramatically improve the speed and reliability of your blog!

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 3/9 queries in 0.019 seconds using apc
Content Delivery Network via cdn.css-tricks.com

Served from: css-tricks.com @ 2010-09-08 23:14:16 -->