<?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: A Guide to CSS Transitions in webOS</title>
	<atom:link href="http://pre101.com/blog/2009/11/10/a-guide-to-css-transitions-in-webos/feed/" rel="self" type="application/rss+xml" />
	<link>http://pre101.com/blog/2009/11/10/a-guide-to-css-transitions-in-webos/</link>
	<description>Getting the most from your Palm Pre</description>
	<lastBuildDate>Thu, 29 Jul 2010 14:33:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: WOR DevCast #2 &#8211; Mmmm Cake. Celebrating Homebrew&#8217;s Birthday &#124; webOSroundup</title>
		<link>http://pre101.com/blog/2009/11/10/a-guide-to-css-transitions-in-webos/comment-page-1/#comment-366</link>
		<dc:creator>WOR DevCast #2 &#8211; Mmmm Cake. Celebrating Homebrew&#8217;s Birthday &#124; webOSroundup</dc:creator>
		<pubDate>Thu, 29 Jul 2010 14:33:23 +0000</pubDate>
		<guid isPermaLink="false">http://pre101.com/blog/?p=483#comment-366</guid>
		<description>[...] http://pre101.com/blog/2009/11/10/a-guide-to-css-transitions-in-webos/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://pre101.com/blog/2009/11/10/a-guide-to-css-transitions-in-webos/" rel="nofollow">http://pre101.com/blog/2009/11/10/a-guide-to-css-transitions-in-webos/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: What&#8217;s Happening in webOSLand &#124; Palm Developer Center Blog</title>
		<link>http://pre101.com/blog/2009/11/10/a-guide-to-css-transitions-in-webos/comment-page-1/#comment-359</link>
		<dc:creator>What&#8217;s Happening in webOSLand &#124; Palm Developer Center Blog</dc:creator>
		<pubDate>Thu, 10 Jun 2010 21:47:36 +0000</pubDate>
		<guid isPermaLink="false">http://pre101.com/blog/?p=483#comment-359</guid>
		<description>[...] Pre101: A Guide to CSS Transitions in webOS [...]</description>
		<content:encoded><![CDATA[<p>[...] Pre101: A Guide to CSS Transitions in webOS [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henk</title>
		<link>http://pre101.com/blog/2009/11/10/a-guide-to-css-transitions-in-webos/comment-page-1/#comment-343</link>
		<dc:creator>Henk</dc:creator>
		<pubDate>Mon, 19 Apr 2010 19:55:45 +0000</pubDate>
		<guid isPermaLink="false">http://pre101.com/blog/?p=483#comment-343</guid>
		<description>@kayahr omg, you safed my night, thx. I was trying to animate opacity for a text on my pre for hours.</description>
		<content:encoded><![CDATA[<p>@kayahr omg, you safed my night, thx. I was trying to animate opacity for a text on my pre for hours.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kayahr</title>
		<link>http://pre101.com/blog/2009/11/10/a-guide-to-css-transitions-in-webos/comment-page-1/#comment-246</link>
		<dc:creator>kayahr</dc:creator>
		<pubDate>Mon, 28 Dec 2009 19:33:59 +0000</pubDate>
		<guid isPermaLink="false">http://pre101.com/blog/?p=483#comment-246</guid>
		<description>CSS implementation in webOS is pretty buggy (I wonder if this is really webkit, never seen a webkit-based browser with so many CSS and Canvas bugs...). The &quot;opacity&quot; CSS attribute does not affect text. So if you want to fade-in and fade-out some text with CSS transitions then you can&#039;t use &quot;opacity&quot;. But you can use &quot;color&quot; instead:

#test
{
    color: rgba(0, 0, 0, 0);
    -webkit-transition: color 1s ease-in-out;
}
    
#test.visible
{      
    color: rgba(0, 0, 0, 1);
}</description>
		<content:encoded><![CDATA[<p>CSS implementation in webOS is pretty buggy (I wonder if this is really webkit, never seen a webkit-based browser with so many CSS and Canvas bugs&#8230;). The &#8220;opacity&#8221; CSS attribute does not affect text. So if you want to fade-in and fade-out some text with CSS transitions then you can&#8217;t use &#8220;opacity&#8221;. But you can use &#8220;color&#8221; instead:</p>
<p>#test<br />
{<br />
    color: rgba(0, 0, 0, 0);<br />
    -webkit-transition: color 1s ease-in-out;<br />
}</p>
<p>#test.visible<br />
{<br />
    color: rgba(0, 0, 0, 1);<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>

