<?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 Poof Effect</title>
	<atom:link href="http://www.kombine.net/jquery/jquery-poof-effect/feed" rel="self" type="application/rss+xml" />
	<link>http://www.kombine.net/jquery/jquery-poof-effect</link>
	<description></description>
	<lastBuildDate>Sun, 30 Aug 2009 22:22:19 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Frank</title>
		<link>http://www.kombine.net/jquery/jquery-poof-effect/comment-page-1#comment-80</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Sun, 30 Aug 2009 22:22:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.kombine.net/news/?p=22#comment-80</guid>
		<description>This is awesome! Love it! :-)</description>
		<content:encoded><![CDATA[<p>This is awesome! Love it! :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kreg Wallace</title>
		<link>http://www.kombine.net/jquery/jquery-poof-effect/comment-page-1#comment-78</link>
		<dc:creator>Kreg Wallace</dc:creator>
		<pubDate>Wed, 08 Jul 2009 17:50:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.kombine.net/news/?p=22#comment-78</guid>
		<description>Wayne,

In the second example, the poof was appended to the &#039;drag me&#039; box and so is contained inside it. I&#039;m not sure why IE is the only browser that clips it, but you might try playing with the overflow CSS property of .box to fix the problem. Either that or changing the z-index property of .poof.

As for displaying the poof only when the box is released outside of it&#039;s container, I would look at making the container a droppable. jQuery UI&#039;s droppable plugin &lt;a href=&quot;http://docs.jquery.com/UI/Droppable#event-out&quot; rel=&quot;nofollow&quot;&gt;includes an &#039;out&#039; event&lt;/a&gt; that is triggered when something is dragged outside of it. You might be able to coordinate the out event on the container with the drop event on the box to get the result you want. I haven&#039;t tried this approach though, so this is just a shot in the dark.</description>
		<content:encoded><![CDATA[<p>Wayne,</p>
<p>In the second example, the poof was appended to the &#8216;drag me&#8217; box and so is contained inside it. I&#8217;m not sure why IE is the only browser that clips it, but you might try playing with the overflow CSS property of .box to fix the problem. Either that or changing the z-index property of .poof.</p>
<p>As for displaying the poof only when the box is released outside of it&#8217;s container, I would look at making the container a droppable. jQuery UI&#8217;s droppable plugin <a href="http://docs.jquery.com/UI/Droppable#event-out" rel="nofollow">includes an &#8216;out&#8217; event</a> that is triggered when something is dragged outside of it. You might be able to coordinate the out event on the container with the drop event on the box to get the result you want. I haven&#8217;t tried this approach though, so this is just a shot in the dark.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wayne</title>
		<link>http://www.kombine.net/jquery/jquery-poof-effect/comment-page-1#comment-77</link>
		<dc:creator>Wayne</dc:creator>
		<pubDate>Wed, 08 Jul 2009 07:37:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.kombine.net/news/?p=22#comment-77</guid>
		<description>In your second example -- the animated sprinted is clipped by the drag box on IE --  why does this happen?  Is there a way to fix this?  Thanks!!</description>
		<content:encoded><![CDATA[<p>In your second example &#8212; the animated sprinted is clipped by the drag box on IE &#8212;  why does this happen?  Is there a way to fix this?  Thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wayne</title>
		<link>http://www.kombine.net/jquery/jquery-poof-effect/comment-page-1#comment-76</link>
		<dc:creator>Wayne</dc:creator>
		<pubDate>Mon, 06 Jul 2009 23:58:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.kombine.net/news/?p=22#comment-76</guid>
		<description>Hi Kreg,

In your last two examples, the poof animation is triggered regardless of where you drag the boxes -- is there a ways to trigger the poofs only when the boxes are dragged and released outside of the container?

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi Kreg,</p>
<p>In your last two examples, the poof animation is triggered regardless of where you drag the boxes &#8212; is there a ways to trigger the poofs only when the boxes are dragged and released outside of the container?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin G</title>
		<link>http://www.kombine.net/jquery/jquery-poof-effect/comment-page-1#comment-59</link>
		<dc:creator>Justin G</dc:creator>
		<pubDate>Mon, 11 May 2009 03:14:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.kombine.net/news/?p=22#comment-59</guid>
		<description>Thanksa million Kreg. I was able to do what I needed with your examples. I really dig the effect!</description>
		<content:encoded><![CDATA[<p>Thanksa million Kreg. I was able to do what I needed with your examples. I really dig the effect!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kreg Wallace</title>
		<link>http://www.kombine.net/jquery/jquery-poof-effect/comment-page-1#comment-56</link>
		<dc:creator>Kreg Wallace</dc:creator>
		<pubDate>Sat, 09 May 2009 10:28:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.kombine.net/news/?p=22#comment-56</guid>
		<description>Hi Justin.

Here&#039;s a couple of options that might help get you started. The &lt;a style=&quot;color: #c41200&quot; href=&quot;http://www.kombine.net/examples/icons/jquery/jquery-poof-test-01/&quot; rel=&quot;nofollow&quot;&gt;first example&lt;/a&gt; is with the poof animation turned into a jQuery plugin. It works well enough for the example page, but probably doesn&#039;t provide enough control for use in a real web application -- the animation will run when the mouseup event occurs.

The &lt;a href=&quot;http://www.kombine.net/examples/icons/jquery/jquery-poof-test-02/&quot; style=&quot;color: #c41200&quot; rel=&quot;nofollow&quot;&gt;second example&lt;/a&gt; is a little more like what you are asking for. The example.js script appends the poof div to each box and when the box is dragged and released the animation inside that box is displayed. If you wanted to make running the animation conditional, you could add an if statement right after this line: 
&lt;strong&gt;stop: function() {&lt;/strong&gt; 
and wrap it around the animation code.

Hope that gives you enough to work with.</description>
		<content:encoded><![CDATA[<p>Hi Justin.</p>
<p>Here&#8217;s a couple of options that might help get you started. The <a style="color: #c41200" href="http://www.kombine.net/examples/icons/jquery/jquery-poof-test-01/" rel="nofollow">first example</a> is with the poof animation turned into a jQuery plugin. It works well enough for the example page, but probably doesn&#8217;t provide enough control for use in a real web application &#8212; the animation will run when the mouseup event occurs.</p>
<p>The <a href="http://www.kombine.net/examples/icons/jquery/jquery-poof-test-02/" style="color: #c41200" rel="nofollow">second example</a> is a little more like what you are asking for. The example.js script appends the poof div to each box and when the box is dragged and released the animation inside that box is displayed. If you wanted to make running the animation conditional, you could add an if statement right after this line:<br />
<strong>stop: function() {</strong><br />
and wrap it around the animation code.</p>
<p>Hope that gives you enough to work with.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin G</title>
		<link>http://www.kombine.net/jquery/jquery-poof-effect/comment-page-1#comment-52</link>
		<dc:creator>Justin G</dc:creator>
		<pubDate>Fri, 08 May 2009 23:39:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.kombine.net/news/?p=22#comment-52</guid>
		<description>Kreg, how can I modify this so that it doesn&#039;t rely on the x/y coordinates of the cursor and instead simply centers the poof on the target div? I have been trying to call the function when I drag and release another div, but it&#039;s not going very well cause I am new to javascript and jQuery. Thanks for any consideration you might give this.</description>
		<content:encoded><![CDATA[<p>Kreg, how can I modify this so that it doesn&#8217;t rely on the x/y coordinates of the cursor and instead simply centers the poof on the target div? I have been trying to call the function when I drag and release another div, but it&#8217;s not going very well cause I am new to javascript and jQuery. Thanks for any consideration you might give this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Womack</title>
		<link>http://www.kombine.net/jquery/jquery-poof-effect/comment-page-1#comment-32</link>
		<dc:creator>James Womack</dc:creator>
		<pubDate>Tue, 28 Apr 2009 01:50:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.kombine.net/news/?p=22#comment-32</guid>
		<description>Thank you Kreg.</description>
		<content:encoded><![CDATA[<p>Thank you Kreg.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kreg Wallace</title>
		<link>http://www.kombine.net/jquery/jquery-poof-effect/comment-page-1#comment-30</link>
		<dc:creator>Kreg Wallace</dc:creator>
		<pubDate>Mon, 27 Apr 2009 04:52:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.kombine.net/news/?p=22#comment-30</guid>
		<description>I don&#039;t think so, James.

I was trying to turn this into a plugin and ran into the same problem. In order to get the x/y coordinates of the cursor for placing the animation, a mouse event has to occur.

It seems like there should be an easy way around this, but I haven&#039;t run into it yet.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t think so, James.</p>
<p>I was trying to turn this into a plugin and ran into the same problem. In order to get the x/y coordinates of the cursor for placing the animation, a mouse event has to occur.</p>
<p>It seems like there should be an easy way around this, but I haven&#8217;t run into it yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Womack</title>
		<link>http://www.kombine.net/jquery/jquery-poof-effect/comment-page-1#comment-27</link>
		<dc:creator>James Womack</dc:creator>
		<pubDate>Sat, 25 Apr 2009 23:13:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.kombine.net/news/?p=22#comment-27</guid>
		<description>Am I able to call the poof from within a function to enable the animation without clicking?</description>
		<content:encoded><![CDATA[<p>Am I able to call the poof from within a function to enable the animation without clicking?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AMS</title>
		<link>http://www.kombine.net/jquery/jquery-poof-effect/comment-page-1#comment-5</link>
		<dc:creator>AMS</dc:creator>
		<pubDate>Wed, 14 Jan 2009 19:21:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.kombine.net/news/?p=22#comment-5</guid>
		<description>As it&#039;s an animation for a specific purpose, is it not simpler to simply:

$(&#039;.poof&#039;)
.animate({backgroundPosition:&quot;0px -32px&quot;}, 80)
.animate({backgroundPosition:&quot;0px -64px&quot;}, 80)
.animate({backgroundPosition:&quot;0px -96px&quot;}, 80)
.animate({backgroundPosition:&quot;0px -128px&quot;}, 80)
.animate({backgroundPosition:&quot;0px -160px&quot;}, 80);

It&#039;s certainly more readable and does exactly the same thing?</description>
		<content:encoded><![CDATA[<p>As it&#8217;s an animation for a specific purpose, is it not simpler to simply:</p>
<p>$(&#8216;.poof&#8217;)<br />
.animate({backgroundPosition:&#8221;0px -32px&#8221;}, 80)<br />
.animate({backgroundPosition:&#8221;0px -64px&#8221;}, 80)<br />
.animate({backgroundPosition:&#8221;0px -96px&#8221;}, 80)<br />
.animate({backgroundPosition:&#8221;0px -128px&#8221;}, 80)<br />
.animate({backgroundPosition:&#8221;0px -160px&#8221;}, 80);</p>
<p>It&#8217;s certainly more readable and does exactly the same thing?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BK</title>
		<link>http://www.kombine.net/jquery/jquery-poof-effect/comment-page-1#comment-8</link>
		<dc:creator>BK</dc:creator>
		<pubDate>Fri, 21 Nov 2008 21:44:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.kombine.net/news/?p=22#comment-8</guid>
		<description>I noticed that the sprites have to be arranged along the y-axis in order for the animation to work. If you arrange them along the x-axis and swap the background-position values, the background image will ease (interpolate) between the two points, instead of just jumping to the second point. With a slow framerate, it looks like a slow moving zoetrope. With a fast framerate, there&#039;s flickering.

Since easing between two points is actually the expected behavior for animate(), I wonder if this technique will break with a future jQuery release.</description>
		<content:encoded><![CDATA[<p>I noticed that the sprites have to be arranged along the y-axis in order for the animation to work. If you arrange them along the x-axis and swap the background-position values, the background image will ease (interpolate) between the two points, instead of just jumping to the second point. With a slow framerate, it looks like a slow moving zoetrope. With a fast framerate, there&#8217;s flickering.</p>
<p>Since easing between two points is actually the expected behavior for animate(), I wonder if this technique will break with a future jQuery release.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christopher Vrooman</title>
		<link>http://www.kombine.net/jquery/jquery-poof-effect/comment-page-1#comment-7</link>
		<dc:creator>Christopher Vrooman</dc:creator>
		<pubDate>Wed, 12 Nov 2008 22:07:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.kombine.net/news/?p=22#comment-7</guid>
		<description>StumbledUpon!</description>
		<content:encoded><![CDATA[<p>StumbledUpon!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The problem with Web Developers and Web (put your title here) &#124; iKeif - mootools, jquery, social media and a ton of links</title>
		<link>http://www.kombine.net/jquery/jquery-poof-effect/comment-page-1#comment-3</link>
		<dc:creator>The problem with Web Developers and Web (put your title here) &#124; iKeif - mootools, jquery, social media and a ton of links</dc:creator>
		<pubDate>Sun, 13 Jul 2008 00:05:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.kombine.net/news/?p=22#comment-3</guid>
		<description>[...] example - I found a jQuery poof function through a Google Alert I have set up. Now, I thought &#8220;hey, that&#8217;d be cool to have in [...]</description>
		<content:encoded><![CDATA[<p>[...] example &#8211; I found a jQuery poof function through a Google Alert I have set up. Now, I thought &#8220;hey, that&#8217;d be cool to have in [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ShopDev</title>
		<link>http://www.kombine.net/jquery/jquery-poof-effect/comment-page-1#comment-6</link>
		<dc:creator>ShopDev</dc:creator>
		<pubDate>Sun, 06 Jul 2008 16:58:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.kombine.net/news/?p=22#comment-6</guid>
		<description>Great idea!</description>
		<content:encoded><![CDATA[<p>Great idea!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
