<?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>Tanjadebie.nl &#187; css</title>
	<atom:link href="http://www.tanjadebie.nl/category/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tanjadebie.nl</link>
	<description>Persoonlijke weblog van Tanja de Bie.</description>
	<lastBuildDate>Wed, 09 Nov 2011 15:36:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>CSS3 Transitions</title>
		<link>http://www.tanjadebie.nl/2010/06/17/css3-transitions/?source=rss</link>
		<comments>http://www.tanjadebie.nl/2010/06/17/css3-transitions/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 15:30:09 +0000</pubDate>
		<dc:creator>Tanja</dc:creator>
				<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://www.tanjadebie.nl/?p=1219</guid>
		<description><![CDATA[Via de oogverblindende post over transitions op Trent Walton&#8217;s blog ben ik terecht gekomen op de uiterst bruikbare uitleg van Net Tuts over CSS3 transitions. Hoe Trent zijn header zo heeft geanimeerd (een animerende div met een semi transparante achtergrond?) ben&#8230;]]></description>
			<content:encoded><![CDATA[<p class="intro">Via de oogverblindende post over transitions op <a href="http://trentwalton.com/2010/03/22/css3-in-transition/"title="http://trentwalton.com/2010/03/22/css3-in-transition/"  target="_blank">Trent Walton&#8217;s blog</a> ben ik terecht gekomen op de uiterst bruikbare uitleg van <a href="http://net.tutsplus.com/tutorials/html-css-techniques/css-fundametals-css-3-transitions/"title="http://net.tutsplus.com/tutorials/html-css-techniques/css-fundametals-css-3-transitions/"  target="_blank">Net Tuts over CSS3 transitions</a>. Hoe Trent zijn header zo heeft geanimeerd (een animerende div met een semi transparante achtergrond?) ben ik nog niet achter.</p>
<h2 class="example"><a href="http://www.tanjadebie.nl/2010/06/17/css3-transitions/?source=rss">Hover this&#8230; (en de code)</a></h2>
<div class="code">a{<br />
color: #fe2b76;<br />
-webkit-transition:color 1s ease-in;<br />
-moz-transition:color 1s ease-in;<br />
-o-transition:color 1s ease-in;<br />
transition:color 1s ease-in;<br />
}</p>
<p>a:hover{<br />
color: #88083a;<br />
}</p>
</div>
<p>Let op: De <em>-webkit</em> toevoeging werkt alleen op Chrome en Safari vandaar deze <em>workaround</em> die meeste browsers zullen ondersteunen.</p>
<p><strong>Bron</strong>:<br />
<a title="http://net.tutsplus.com/tutorials/html-css-techniques/css-fundametals-css-3-transitions/" href="http://net.tutsplus.com/tutorials/html-css-techniques/css-fundametals-css-3-transitions/" target="_blank">net.tutsplus.com: css-fundametals-css-3-transitions<br />
</a><a href="http://trentwalton.com/2010/03/22/css3-in-transition/"title="http://trentwalton.com/2010/03/22/css3-in-transition/"  target="_blank">trentwalton.com: css3-in-transition</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tanjadebie.nl/2010/06/17/css3-transitions/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

