<?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: CSS Transitions via jQuery Animations</title>
	<atom:link href="http://weston.ruter.net/projects/jquery-css-transitions/feed/" rel="self" type="application/rss+xml" />
	<link>http://weston.ruter.net</link>
	<description>Web application developer in Portland, Oregon</description>
	<lastBuildDate>Tue, 27 Jul 2010 20:34:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Weston Ruter</title>
		<link>http://weston.ruter.net/projects/jquery-css-transitions/comment-page-1/#comment-17090</link>
		<dc:creator>Weston Ruter</dc:creator>
		<pubDate>Thu, 13 May 2010 02:43:44 +0000</pubDate>
		<guid isPermaLink="false">http://weston.ruter.net/?page_id=95#comment-17090</guid>
		<description>@&lt;a href=&quot;#comment-17078&quot; rel=&quot;nofollow&quot;&gt;Andrey&lt;/a&gt;: Thanks pointing this out. I also fixed the links to Google Code.</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-17078" rel="nofollow">Andrey</a>: Thanks pointing this out. I also fixed the links to Google Code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrey Zakharov</title>
		<link>http://weston.ruter.net/projects/jquery-css-transitions/comment-page-1/#comment-17078</link>
		<dc:creator>Andrey Zakharov</dc:creator>
		<pubDate>Wed, 12 May 2010 19:29:21 +0000</pubDate>
		<guid isPermaLink="false">http://weston.ruter.net/?page_id=95#comment-17078</guid>
		<description>Wow! This is really the bridge from rude reality to the melodious future.
some points about CSS names:
&lt;code&gt;#content, #left, #right {    /*@transition-rule@*/ .... }&lt;/code&gt;

will NOT work as base rule. Workaround:
&lt;code&gt;#content {    /*@transition-rule@*/ .... }
#left {    /*@transition-rule@*/ .... }
#right {    /*@transition-rule@*/ .... }&lt;/code&gt;


Also, check the link of &quot;PHP file&quot; in article - it&#039;s now broken (links to code.google)

Thanks!</description>
		<content:encoded><![CDATA[<p>Wow! This is really the bridge from rude reality to the melodious future.<br />
some points about CSS names:<br />
<code>#content, #left, #right {    /*@transition-rule@*/ .... }</code></p>
<p>will NOT work as base rule. Workaround:<br />
<code>#content {    /*@transition-rule@*/ .... }<br />
#left {    /*@transition-rule@*/ .... }<br />
#right {    /*@transition-rule@*/ .... }</code></p>
<p>Also, check the link of &#8220;PHP file&#8221; in article &#8211; it&#8217;s now broken (links to code.google)</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henrik Joreteg</title>
		<link>http://weston.ruter.net/projects/jquery-css-transitions/comment-page-1/#comment-7800</link>
		<dc:creator>Henrik Joreteg</dc:creator>
		<pubDate>Fri, 07 Aug 2009 13:57:33 +0000</pubDate>
		<guid isPermaLink="false">http://weston.ruter.net/?page_id=95#comment-7800</guid>
		<description>Very impressive work. Quite an ambitious project, I didn&#039;t think this could be done in a way that supported IE7.</description>
		<content:encoded><![CDATA[<p>Very impressive work. Quite an ambitious project, I didn&#8217;t think this could be done in a way that supported IE7.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Weston Ruter</title>
		<link>http://weston.ruter.net/projects/jquery-css-transitions/comment-page-1/#comment-2802</link>
		<dc:creator>Weston Ruter</dc:creator>
		<pubDate>Fri, 30 Jan 2009 17:41:12 +0000</pubDate>
		<guid isPermaLink="false">http://weston.ruter.net/?page_id=95#comment-2802</guid>
		<description>Someone has implemented a &lt;a href=&quot;http://www.netzgesta.de/dev/cubic-bezier-timing-function.html&quot; rel=&quot;nofollow&quot;&gt;Cubic Bezier timing function compatible with &lt;code&gt;-webkit-transition-timing-function&lt;/code&gt;&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Someone has implemented a <a href="http://www.netzgesta.de/dev/cubic-bezier-timing-function.html" rel="nofollow">Cubic Bezier timing function compatible with <code>-webkit-transition-timing-function</code></a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://weston.ruter.net/projects/jquery-css-transitions/comment-page-1/#comment-2721</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Wed, 21 Jan 2009 21:23:17 +0000</pubDate>
		<guid isPermaLink="false">http://weston.ruter.net/?page_id=95#comment-2721</guid>
		<description>This is pretty nice.
Whatever server that ReBath Oregon is hosted on seems really fast!</description>
		<content:encoded><![CDATA[<p>This is pretty nice.<br />
Whatever server that ReBath Oregon is hosted on seems really fast!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Newlin</title>
		<link>http://weston.ruter.net/projects/jquery-css-transitions/comment-page-1/#comment-2661</link>
		<dc:creator>Jason Newlin</dc:creator>
		<pubDate>Thu, 15 Jan 2009 21:36:18 +0000</pubDate>
		<guid isPermaLink="false">http://weston.ruter.net/?page_id=95#comment-2661</guid>
		<description>Well done, looks really nice. OH, @Jim Jeffers - I am excited to see what you come up with on some of your projects, while dominating the world.</description>
		<content:encoded><![CDATA[<p>Well done, looks really nice. OH, @Jim Jeffers &#8211; I am excited to see what you come up with on some of your projects, while dominating the world.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Jeffers</title>
		<link>http://weston.ruter.net/projects/jquery-css-transitions/comment-page-1/#comment-2660</link>
		<dc:creator>Jim Jeffers</dc:creator>
		<pubDate>Thu, 15 Jan 2009 20:12:29 +0000</pubDate>
		<guid isPermaLink="false">http://weston.ruter.net/?page_id=95#comment-2660</guid>
		<description>Awesome stuff! I&#039;m going to try it out and hopefully start using it in my projects. I love CSS transitions and webkit. Kudos to allowing us to rely on these handy transitions in the majority of web browsers.</description>
		<content:encoded><![CDATA[<p>Awesome stuff! I&#8217;m going to try it out and hopefully start using it in my projects. I love CSS transitions and webkit. Kudos to allowing us to rely on these handy transitions in the majority of web browsers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Weston Ruter</title>
		<link>http://weston.ruter.net/projects/jquery-css-transitions/comment-page-1/#comment-2659</link>
		<dc:creator>Weston Ruter</dc:creator>
		<pubDate>Thu, 15 Jan 2009 20:08:34 +0000</pubDate>
		<guid isPermaLink="false">http://weston.ruter.net/?page_id=95#comment-2659</guid>
		<description>@Elijah Grey: yes, in FF3.1 we can reference XBL documents with &lt;code&gt;data:&lt;/code&gt; URIs https://developer.mozilla.org/en/XBL/XBL_1.0_Reference/Elements#binding

I didn&#039;t incorporate this feature yet, but it&#039;ll be good to add once FF3.1 is out.</description>
		<content:encoded><![CDATA[<p>@Elijah Grey: yes, in FF3.1 we can reference XBL documents with <code>data:</code> URIs <a href="https://developer.mozilla.org/en/XBL/XBL_1.0_Reference/Elements#binding" rel="nofollow">https://developer.mozilla.org/en/XBL/XBL_1.0_Reference/Elements#binding</a></p>
<p>I didn&#8217;t incorporate this feature yet, but it&#8217;ll be good to add once FF3.1 is out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elijah Grey</title>
		<link>http://weston.ruter.net/projects/jquery-css-transitions/comment-page-1/#comment-2658</link>
		<dc:creator>Elijah Grey</dc:creator>
		<pubDate>Thu, 15 Jan 2009 20:01:29 +0000</pubDate>
		<guid isPermaLink="false">http://weston.ruter.net/?page_id=95#comment-2658</guid>
		<description>On &lt;Firefox 3.1, can&#039;t you just use an application/xml data: URI?</description>
		<content:encoded><![CDATA[<p>On &lt;Firefox 3.1, can&#8217;t you just use an application/xml data: URI?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://weston.ruter.net/projects/jquery-css-transitions/comment-page-1/#comment-2653</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 15 Jan 2009 16:30:27 +0000</pubDate>
		<guid isPermaLink="false">http://weston.ruter.net/?page_id=95#comment-2653</guid>
		<description>It&#039;s nice to see that someone took the idea further and developed an innovative implementation (I didn&#039;t know about XBL and DHTML behaviors before) for jQuery. Great that you&#039;ve not just ported my script to jQuery, but came out with a different (for pure CSS Animations faster + better) approach!

Chris Schneider
(author of &quot;CSS Effects for mootools&quot;)</description>
		<content:encoded><![CDATA[<p>It&#8217;s nice to see that someone took the idea further and developed an innovative implementation (I didn&#8217;t know about XBL and DHTML behaviors before) for jQuery. Great that you&#8217;ve not just ported my script to jQuery, but came out with a different (for pure CSS Animations faster + better) approach!</p>
<p>Chris Schneider<br />
(author of &#8220;CSS Effects for mootools&#8221;)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
