<?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>Ten Tonne Baby &#187; animation</title>
	<atom:link href="http://www.tentonnebaby.com/tag/animation/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tentonnebaby.com</link>
	<description>Discussion on Web Technologies, Design and London</description>
	<lastBuildDate>Wed, 07 Jul 2010 20:58:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Not sure I like CSS3 transitions</title>
		<link>http://www.tentonnebaby.com/2010/02/12/not-sure-i-like-css3-transitions/</link>
		<comments>http://www.tentonnebaby.com/2010/02/12/not-sure-i-like-css3-transitions/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 11:27:35 +0000</pubDate>
		<dc:creator>Oli</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[web standards]]></category>

		<guid isPermaLink="false">http://www.tentonnebaby.com/2010/02/12/not-sure-i-like-css3-transitions/</guid>
		<description><![CDATA[One of the modules put forward in the proposed CSS3 specification is the transitions module. This adds a bunch of new CSS attributes which control the animation of property values over time, including everything you would expect (such as easing functions, speed, delays, repetition etc).
I know there are many grey areas where it’s hard to [...]]]></description>
			<content:encoded><![CDATA[<p>One of the modules put forward in the proposed CSS3 specification is the <a href="http://www.w3.org/TR/css3-transitions/">transitions module</a>. This adds a bunch of new CSS attributes which control the animation of property values over time, including everything you would expect (such as easing functions, speed, delays, repetition etc).</p>
<p>I know there are many grey areas where it’s hard to decide if something is really behavioural (so should be covered via javascript) or presentational (in CSS). I can’t help feeling that this is taking CSS too far into trying to accommodate behaviour. After all, mostly what we do with javascript is about changing the state of the DOM, which causes the browser to re-render with the change applied.</p>
<p>There are many problems that would need to be solved well in order for this to be viable, which are currently very simple to achieve in javascript using a decent library. These include…</p>
<ul>
<li>Managing multiple independent animations on an element</li>
<li>Animating multiple elements simultaneously</li>
<li>Cancelling all active animations on an element</li>
<li>Transitioning either from the current value of a property, or from an absolute value</li>
<li>Chaining animations (so when animation X finishes, trigger animation Y)</li>
</ul>
<p>I think my other objection is simply that all of this is currently achievable in quite a simple way using existing web standards, and libraries built on top of those standards. I think deciding how to change a property over time is behavioural, not presentational and should stay in the realms of javascript. Given this, the only thing to consider is whether to extend the core DOM specification to standardise some of the behaviour that is currently provided by javascript libraries.</p>
<p>Personally I don’t quite see how this progresses anything – it will just add another way to achieve something we can do already and add inconsistency and confusion around how to approach animation.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tentonnebaby.com/2010/02/12/not-sure-i-like-css3-transitions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tales From Earthsea</title>
		<link>http://www.tentonnebaby.com/2007/08/08/tales-from-earthsea/</link>
		<comments>http://www.tentonnebaby.com/2007/08/08/tales-from-earthsea/#comments</comments>
		<pubDate>Wed, 08 Aug 2007 19:37:20 +0000</pubDate>
		<dc:creator>Oli</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[movies]]></category>

		<guid isPermaLink="false">http://www.embeddedstream.com/2007/08/08/tales-from-earthsea/</guid>
		<description><![CDATA[I&#8217;m going along to watch Gedo senki&#160;on Friday, a japanese animation based on the novels by Ursula Le Guin. The film is directed by Goro Miyazaki &#8211; son of Hayao Miyazaki, whose work I really like. Anything that you can watch that is basically like getting a big hug has to be good.
I think there [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m going along to watch <a href="http://www.imdb.com/title/tt0495596/">Gedo senki</a>&nbsp;on Friday, a japanese animation based on the novels by Ursula Le Guin. The film is directed by Goro Miyazaki &#8211; son of Hayao Miyazaki, whose work I really like. Anything that you can watch that is basically like getting a big hug has to be good.</p>
<p>I think there is a little controversy around the studio trying to market the film based on the Miyazaki name, despite Hayao Miyazaki having nothing to do with the project. I have no idea what it will be like (guessing a little rough around the edges), but I&nbsp;have some vague, happy&nbsp;memory of reading&nbsp;the books when I was young.</p>
<p>The last book I read was Administrators Guide to SQL Server 2005, the fattest book I&#8217;ve ever purchased. Books aren&#8217;t really magical anymore. Although the chapter about hard drives, spindles and distributing IO load came close.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tentonnebaby.com/2007/08/08/tales-from-earthsea/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
