<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Bezier Curves and Arcs in jQuery</title>
	<atom:link href="http://blog.parkerfox.co.uk/2009/09/22/bezier-curves-and-arcs-in-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.parkerfox.co.uk/2009/09/22/bezier-curves-and-arcs-in-jquery/</link>
	<description>... adventures in tech town</description>
	<lastBuildDate>Mon, 05 Jul 2010 14:29:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: foxparker</title>
		<link>http://blog.parkerfox.co.uk/2009/09/22/bezier-curves-and-arcs-in-jquery/#comment-739</link>
		<dc:creator>foxparker</dc:creator>
		<pubDate>Mon, 05 Jul 2010 14:29:56 +0000</pubDate>
		<guid isPermaLink="false">http://foxparker.wordpress.com/?p=7#comment-739</guid>
		<description>probably --- you&#039;ll have to check how to do that in jQuery in general --- same method should work ok .</description>
		<content:encoded><![CDATA[<p>probably &#8212; you&#8217;ll have to check how to do that in jQuery in general &#8212; same method should work ok .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Moritz Graf</title>
		<link>http://blog.parkerfox.co.uk/2009/09/22/bezier-curves-and-arcs-in-jquery/#comment-738</link>
		<dc:creator>Moritz Graf</dc:creator>
		<pubDate>Mon, 05 Jul 2010 14:11:52 +0000</pubDate>
		<guid isPermaLink="false">http://foxparker.wordpress.com/?p=7#comment-738</guid>
		<description>Heyo ;)

First of all: Great Plugin it simplified the whole thing!

Now I have a question. Is there a way to pause the animation on hover and play it from it&#039;s recent position on hoverout?

Thanks. Greetz</description>
		<content:encoded><![CDATA[<p>Heyo <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>First of all: Great Plugin it simplified the whole thing!</p>
<p>Now I have a question. Is there a way to pause the animation on hover and play it from it&#8217;s recent position on hoverout?</p>
<p>Thanks. Greetz</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gr33d</title>
		<link>http://blog.parkerfox.co.uk/2009/09/22/bezier-curves-and-arcs-in-jquery/#comment-737</link>
		<dc:creator>gr33d</dc:creator>
		<pubDate>Tue, 25 May 2010 13:18:32 +0000</pubDate>
		<guid isPermaLink="false">http://foxparker.wordpress.com/?p=7#comment-737</guid>
		<description>How can I recalculate? Currently, I call myanimation(); which then calls each individual bubbleX(); function. Each of those loops indefinitely. How can each bubble function be aware of other elements? Or do I need a different approach?

I don&#039;t understand your second suggestion at all, can you elaborate?

Thank you!</description>
		<content:encoded><![CDATA[<p>How can I recalculate? Currently, I call myanimation(); which then calls each individual bubbleX(); function. Each of those loops indefinitely. How can each bubble function be aware of other elements? Or do I need a different approach?</p>
<p>I don&#8217;t understand your second suggestion at all, can you elaborate?</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: foxparker</title>
		<link>http://blog.parkerfox.co.uk/2009/09/22/bezier-curves-and-arcs-in-jquery/#comment-736</link>
		<dc:creator>foxparker</dc:creator>
		<pubDate>Tue, 25 May 2010 13:01:42 +0000</pubDate>
		<guid isPermaLink="false">http://foxparker.wordpress.com/?p=7#comment-736</guid>
		<description>you&#039;ll have to recalculate at the beginning and ending of each of the parts. Or you could write a new path functions (return the required position for p = 0 to 1)</description>
		<content:encoded><![CDATA[<p>you&#8217;ll have to recalculate at the beginning and ending of each of the parts. Or you could write a new path functions (return the required position for p = 0 to 1)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gr33d</title>
		<link>http://blog.parkerfox.co.uk/2009/09/22/bezier-curves-and-arcs-in-jquery/#comment-735</link>
		<dc:creator>gr33d</dc:creator>
		<pubDate>Tue, 25 May 2010 12:52:22 +0000</pubDate>
		<guid isPermaLink="false">http://foxparker.wordpress.com/?p=7#comment-735</guid>
		<description>My above post didn&#039;t include the HTML tags I had hoped. 

edit: Each successive &quot;img&quot; tag that I add...</description>
		<content:encoded><![CDATA[<p>My above post didn&#8217;t include the HTML tags I had hoped. </p>
<p>edit: Each successive &#8220;img&#8221; tag that I add&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gr33d</title>
		<link>http://blog.parkerfox.co.uk/2009/09/22/bezier-curves-and-arcs-in-jquery/#comment-734</link>
		<dc:creator>gr33d</dc:creator>
		<pubDate>Tue, 25 May 2010 12:51:06 +0000</pubDate>
		<guid isPermaLink="false">http://foxparker.wordpress.com/?p=7#comment-734</guid>
		<description>This is fantastic! I&#039;m trying to animate a lot of bubbles, and I&#039;m running into some positioning oddities. Each successive  that I add inside the animation boundary  moves the &quot;x&quot; position of the start and end properties of the Bezier curve. How can I always refer to the upper left as (0,0) or handle this adjustment more elegantly than hard coding adjusted values?

Thanks in advance!</description>
		<content:encoded><![CDATA[<p>This is fantastic! I&#8217;m trying to animate a lot of bubbles, and I&#8217;m running into some positioning oddities. Each successive  that I add inside the animation boundary  moves the &#8220;x&#8221; position of the start and end properties of the Bezier curve. How can I always refer to the upper left as (0,0) or handle this adjustment more elegantly than hard coding adjusted values?</p>
<p>Thanks in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Reale</title>
		<link>http://blog.parkerfox.co.uk/2009/09/22/bezier-curves-and-arcs-in-jquery/#comment-733</link>
		<dc:creator>Mark Reale</dc:creator>
		<pubDate>Mon, 10 May 2010 21:02:30 +0000</pubDate>
		<guid isPermaLink="false">http://foxparker.wordpress.com/?p=7#comment-733</guid>
		<description>Hello -

Super awesome plugin -

I have been playing with this and trying to get some sort of bezier animation working on my scrollbars, as though the browser window were travelling on a bezier path.

Any ideas as to how I can tweak this to get it done?

I have been playing with scrollTop and scrollLeft but haven&#039;t been able to have success -

Any ideas?

Thanks -</description>
		<content:encoded><![CDATA[<p>Hello -</p>
<p>Super awesome plugin -</p>
<p>I have been playing with this and trying to get some sort of bezier animation working on my scrollbars, as though the browser window were travelling on a bezier path.</p>
<p>Any ideas as to how I can tweak this to get it done?</p>
<p>I have been playing with scrollTop and scrollLeft but haven&#8217;t been able to have success -</p>
<p>Any ideas?</p>
<p>Thanks -</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Motyar</title>
		<link>http://blog.parkerfox.co.uk/2009/09/22/bezier-curves-and-arcs-in-jquery/#comment-731</link>
		<dc:creator>Motyar</dc:creator>
		<pubDate>Fri, 09 Apr 2010 15:59:16 +0000</pubDate>
		<guid isPermaLink="false">http://foxparker.wordpress.com/?p=7#comment-731</guid>
		<description>Thanx a lot. Its that i was searching for my animation game http://motyar.com/angeldreams

Thanx again, you helped me a lot.</description>
		<content:encoded><![CDATA[<p>Thanx a lot. Its that i was searching for my animation game <a href="http://motyar.com/angeldreams" rel="nofollow">http://motyar.com/angeldreams</a></p>
<p>Thanx again, you helped me a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simple jQuery Flower Experiment</title>
		<link>http://blog.parkerfox.co.uk/2009/09/22/bezier-curves-and-arcs-in-jquery/#comment-730</link>
		<dc:creator>Simple jQuery Flower Experiment</dc:creator>
		<pubDate>Tue, 06 Apr 2010 04:00:22 +0000</pubDate>
		<guid isPermaLink="false">http://foxparker.wordpress.com/?p=7#comment-730</guid>
		<description>[...] of about a half hour to produce.  While searching for a plugin that could rotate the object I also found a cool bezier, curve, arc plugin and really it is kind of fun to play around with jQuery.  This [...]</description>
		<content:encoded><![CDATA[<p>[...] of about a half hour to produce.  While searching for a plugin that could rotate the object I also found a cool bezier, curve, arc plugin and really it is kind of fun to play around with jQuery.  This [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Navegador web como videojuego usando jQuery y CSS &#171; JapanGeek &#8211; Arte, cultura y nuevas tecnologias</title>
		<link>http://blog.parkerfox.co.uk/2009/09/22/bezier-curves-and-arcs-in-jquery/#comment-729</link>
		<dc:creator>Navegador web como videojuego usando jQuery y CSS &#171; JapanGeek &#8211; Arte, cultura y nuevas tecnologias</dc:creator>
		<pubDate>Sat, 03 Apr 2010 20:28:02 +0000</pubDate>
		<guid isPermaLink="false">http://foxparker.wordpress.com/?p=7#comment-729</guid>
		<description>[...] Ha hecho un ejemplo con los controles básicos de movilidad, es decir movernos hacia delante, atras y saltar con las flechas del teclado, y para entrar en una página o acceder a un link lo hacemos chocando con los bloques interrogantes suspendidos en el aire, tal y como se hace en el videojuego. Para conseguirlo se ha basado en jQuery, el plugin BackgroundPosition, Easing y añadiendo algunas curvas y arcos. [...]</description>
		<content:encoded><![CDATA[<p>[...] Ha hecho un ejemplo con los controles básicos de movilidad, es decir movernos hacia delante, atras y saltar con las flechas del teclado, y para entrar en una página o acceder a un link lo hacemos chocando con los bloques interrogantes suspendidos en el aire, tal y como se hace en el videojuego. Para conseguirlo se ha basado en jQuery, el plugin BackgroundPosition, Easing y añadiendo algunas curvas y arcos. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
