<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Lewis Leighton &#124; Web, flash, flex and stuff &#187; Flex</title>
	<atom:link href="http://www.lewisleighton.co.uk/category/flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lewisleighton.co.uk</link>
	<description>Development, web, flex, flash and other random things</description>
	<lastBuildDate>Tue, 23 Feb 2010 13:00:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>Tweening/Fading text in Flex</title>
		<link>http://www.lewisleighton.co.uk/2009/11/09/tweeningfading-text-in-flex/</link>
		<comments>http://www.lewisleighton.co.uk/2009/11/09/tweeningfading-text-in-flex/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 09:33:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.lewisleighton.co.uk/?p=52</guid>
		<description><![CDATA[Recently I was trying to fade text in/out by tweening the alpha opacity. Unfortunately this didn&#8217;t work. I&#8217;d forgotten that in order to fade text you need to remember to set the blendMode property value to &#8220;layer&#8221; or BlendMode.LAYER in one of the following ways: &#60;mx:Text blendMode=&#8221;layer&#8221; /&#62; yourText.blendMode = BlendMode.LAYER Pretty simple really.]]></description>
			<content:encoded><![CDATA[<p>Recently I was trying to fade text in/out by tweening the alpha opacity. Unfortunately this didn&#8217;t work. I&#8217;d forgotten that in order to fade text you need to remember to set the blendMode property value to &#8220;layer&#8221; or BlendMode.LAYER in one of the following ways:</p>
<p>&lt;mx:Text blendMode=&#8221;layer&#8221; /&gt;</p>
<p>yourText.blendMode = BlendMode.LAYER</p>
<p>Pretty simple really.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lewisleighton.co.uk/2009/11/09/tweeningfading-text-in-flex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

