<?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: Design Pattern: Transition</title>
	<atom:link href="http://www.yuiblog.com/blog/index.php/2006/05/09/transition/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yuiblog.com/blog/2006/05/09/transition/</link>
	<description>The official blog of the YUI Project.</description>
	<lastBuildDate>Tue, 16 Mar 2010 22:10:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jesse</title>
		<link>http://www.yuiblog.com/blog/2006/05/09/transition/comment-page-1/#comment-144771</link>
		<dc:creator>Jesse</dc:creator>
		<pubDate>Fri, 22 Jun 2007 14:41:36 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2006/05/09/transition/#comment-144771</guid>
		<description>This blog post is over a year old, obviously, but I implemented this pattern in YUI: http://20bits.com/2007/05/25/slide-transition-pattern-in-yui/</description>
		<content:encoded><![CDATA[<p>This blog post is over a year old, obviously, but I implemented this pattern in YUI: <a href="http://20bits.com/2007/05/25/slide-transition-pattern-in-yui/" rel="nofollow">http://20bits.com/2007/05/25/slide-transition-pattern-in-yui/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Scott</title>
		<link>http://www.yuiblog.com/blog/2006/05/09/transition/comment-page-1/#comment-6281</link>
		<dc:creator>Bill Scott</dc:creator>
		<pubDate>Wed, 30 Aug 2006 16:36:01 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2006/05/09/transition/#comment-6281</guid>
		<description>Which transitions are you interested in? They YUI library supports a number of animations which can be found at:

http://developer.yahoo.com/yui/animation/

In addition, several of the specific transition patterns have sample code associated with them.</description>
		<content:encoded><![CDATA[<p>Which transitions are you interested in? They YUI library supports a number of animations which can be found at:</p>
<p><a href="http://developer.yahoo.com/yui/animation/" rel="nofollow">http://developer.yahoo.com/yui/animation/</a></p>
<p>In addition, several of the specific transition patterns have sample code associated with them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://www.yuiblog.com/blog/2006/05/09/transition/comment-page-1/#comment-6248</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Wed, 30 Aug 2006 10:36:32 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2006/05/09/transition/#comment-6248</guid>
		<description>Can anyone tell me where i can have a look at the transition code? - in particular i&#039;d like to create the effect of the spotlight transition at http://developer.yahoo.com/ypatterns/parent.php?pattern=transition. I&#039;ve downloaded the library but the examples are simplistic? - anyone?</description>
		<content:encoded><![CDATA[<p>Can anyone tell me where i can have a look at the transition code? &#8211; in particular i&#8217;d like to create the effect of the spotlight transition at <a href="http://developer.yahoo.com/ypatterns/parent.php?pattern=transition" rel="nofollow">http://developer.yahoo.com/ypatterns/parent.php?pattern=transition</a>. I&#8217;ve downloaded the library but the examples are simplistic? &#8211; anyone?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nate Koechley</title>
		<link>http://www.yuiblog.com/blog/2006/05/09/transition/comment-page-1/#comment-1201</link>
		<dc:creator>Nate Koechley</dc:creator>
		<pubDate>Sat, 13 May 2006 00:07:32 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2006/05/09/transition/#comment-1201</guid>
		<description>Thanks for the catch Tim, I just fixed it.

Thanks,
Nate</description>
		<content:encoded><![CDATA[<p>Thanks for the catch Tim, I just fixed it.</p>
<p>Thanks,<br />
Nate</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tim</title>
		<link>http://www.yuiblog.com/blog/2006/05/09/transition/comment-page-1/#comment-1198</link>
		<dc:creator>tim</dc:creator>
		<pubDate>Fri, 12 May 2006 23:35:15 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2006/05/09/transition/#comment-1198</guid>
		<description>the link to transitions is broken (transition is mispelled &quot;transtion&quot;)


http://developer.yahoo.com/ypatterns/parent.php?pattern=transition

cheers,
tim</description>
		<content:encoded><![CDATA[<p>the link to transitions is broken (transition is mispelled &#8220;transtion&#8221;)</p>
<p><a href="http://developer.yahoo.com/ypatterns/parent.php?pattern=transition" rel="nofollow">http://developer.yahoo.com/ypatterns/parent.php?pattern=transition</a></p>
<p>cheers,<br />
tim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: &#187; New stuff from Yahoo! Developer Network Nate Koechley&#8217;s Blog</title>
		<link>http://www.yuiblog.com/blog/2006/05/09/transition/comment-page-1/#comment-1039</link>
		<dc:creator>&#187; New stuff from Yahoo! Developer Network Nate Koechley&#8217;s Blog</dc:creator>
		<pubDate>Wed, 10 May 2006 05:22:42 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2006/05/09/transition/#comment-1039</guid>
		<description>[...] Design Pattern: Transition [...]</description>
		<content:encoded><![CDATA[<p>[...] Design Pattern: Transition [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
