<?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: CSS Animations in WebKit Nightly and iPhone</title>
	<atom:link href="http://ajaxian.com/archives/css-animations-in-webkit-nightly-and-iphone/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/css-animations-in-webkit-nightly-and-iphone</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 17 May 2012 07:43:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: bighill</title>
		<link>http://ajaxian.com/archives/css-animations-in-webkit-nightly-and-iphone/comment-page-1#comment-271228</link>
		<dc:creator>bighill</dc:creator>
		<pubDate>Tue, 10 Feb 2009 00:59:48 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=5895#comment-271228</guid>
		<description>If you dig through the apple docs there is a video where they show how this page was created and also show it side by side with a page that uses javascript for the same animation. The css animation is much much smoother.
For me though the big appeal of css animations (on the iphone at least) is the 3D capabilities. Not massively useful but pretty fun to play around with.</description>
		<content:encoded><![CDATA[<p>If you dig through the apple docs there is a video where they show how this page was created and also show it side by side with a page that uses javascript for the same animation. The css animation is much much smoother.<br />
For me though the big appeal of css animations (on the iphone at least) is the 3D capabilities. Not massively useful but pretty fun to play around with.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sroussey</title>
		<link>http://ajaxian.com/archives/css-animations-in-webkit-nightly-and-iphone/comment-page-1#comment-271184</link>
		<dc:creator>sroussey</dc:creator>
		<pubDate>Fri, 06 Feb 2009 19:55:53 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=5895#comment-271184</guid>
		<description>Having animation directly in the browser will always be faster than using JS for every frame. With CSS animation, JS could just handle keyframes.</description>
		<content:encoded><![CDATA[<p>Having animation directly in the browser will always be faster than using JS for every frame. With CSS animation, JS could just handle keyframes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: trixta</title>
		<link>http://ajaxian.com/archives/css-animations-in-webkit-nightly-and-iphone/comment-page-1#comment-271183</link>
		<dc:creator>trixta</dc:creator>
		<pubDate>Fri, 06 Feb 2009 18:50:33 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=5895#comment-271183</guid>
		<description>You guys seem to misunderstood my point.
CSS animations are fully exposed to javascript. Javascript still can handle, when a css-animation starts, what to do after this (chaining),  how fast the animation will be etc. 

but the animation is morphing to a style property and this style property should be defined in a stylesheet.</description>
		<content:encoded><![CDATA[<p>You guys seem to misunderstood my point.<br />
CSS animations are fully exposed to javascript. Javascript still can handle, when a css-animation starts, what to do after this (chaining),  how fast the animation will be etc. </p>
<p>but the animation is morphing to a style property and this style property should be defined in a stylesheet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iliad</title>
		<link>http://ajaxian.com/archives/css-animations-in-webkit-nightly-and-iphone/comment-page-1#comment-271180</link>
		<dc:creator>iliad</dc:creator>
		<pubDate>Fri, 06 Feb 2009 17:14:38 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=5895#comment-271180</guid>
		<description>I also don&#039;t think CSS should be used for animations. For one it over-complicates it, plus people are still going to end up using JS for animations because unless you make css into an actual programming language it will have limitations - so then you&#039;ll start running into issues of JS animations interfering with CSS animations and vice versa.

Just leave CSS doing what it does best - layout, colors, images, etc. Leave the dynamic stuff to javascript.</description>
		<content:encoded><![CDATA[<p>I also don&#8217;t think CSS should be used for animations. For one it over-complicates it, plus people are still going to end up using JS for animations because unless you make css into an actual programming language it will have limitations &#8211; so then you&#8217;ll start running into issues of JS animations interfering with CSS animations and vice versa.</p>
<p>Just leave CSS doing what it does best &#8211; layout, colors, images, etc. Leave the dynamic stuff to javascript.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nosredna</title>
		<link>http://ajaxian.com/archives/css-animations-in-webkit-nightly-and-iphone/comment-page-1#comment-271175</link>
		<dc:creator>Nosredna</dc:creator>
		<pubDate>Fri, 06 Feb 2009 16:29:18 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=5895#comment-271175</guid>
		<description>Nice to have stuff that works with javascript off.</description>
		<content:encoded><![CDATA[<p>Nice to have stuff that works with javascript off.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: karnius</title>
		<link>http://ajaxian.com/archives/css-animations-in-webkit-nightly-and-iphone/comment-page-1#comment-271167</link>
		<dc:creator>karnius</dc:creator>
		<pubDate>Fri, 06 Feb 2009 14:09:27 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=5895#comment-271167</guid>
		<description>I agree with daneastwell, I sometimes want to chain animation, do something after the animation, or while the animation.. This should stay in JS</description>
		<content:encoded><![CDATA[<p>I agree with daneastwell, I sometimes want to chain animation, do something after the animation, or while the animation.. This should stay in JS</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: daneastwell</title>
		<link>http://ajaxian.com/archives/css-animations-in-webkit-nightly-and-iphone/comment-page-1#comment-271164</link>
		<dc:creator>daneastwell</dc:creator>
		<pubDate>Fri, 06 Feb 2009 12:37:08 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=5895#comment-271164</guid>
		<description>I think you&#039;ve just answered your own question there, trixta - use CSS to handle presentation (layout, positioning and image, colours) and javascript to handle the transition and effects (in this example via jQuery).</description>
		<content:encoded><![CDATA[<p>I think you&#8217;ve just answered your own question there, trixta &#8211; use CSS to handle presentation (layout, positioning and image, colours) and javascript to handle the transition and effects (in this example via jQuery).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: trixta</title>
		<link>http://ajaxian.com/archives/css-animations-in-webkit-nightly-and-iphone/comment-page-1#comment-271159</link>
		<dc:creator>trixta</dc:creator>
		<pubDate>Fri, 06 Feb 2009 07:31:43 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=5895#comment-271159</guid>
		<description>@ariehg,
wich language should be used for this? javascript is a really bad place, to define dynamic style changes. if you define the end-styles of your animation in your javascript, you don´t seperate the presentational layer from your the behaviour layer and this can make it really hard to &quot;skin&quot; your components.

this is why i´m a big fan of &lt;a href=&quot;http://docs.jquery.com/UI/Effects/ClassTransitions&quot; rel=&quot;nofollow&quot;&gt;ClassTransitions&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>@ariehg,<br />
wich language should be used for this? javascript is a really bad place, to define dynamic style changes. if you define the end-styles of your animation in your javascript, you don´t seperate the presentational layer from your the behaviour layer and this can make it really hard to &#8220;skin&#8221; your components.</p>
<p>this is why i´m a big fan of <a href="http://docs.jquery.com/UI/Effects/ClassTransitions" rel="nofollow">ClassTransitions</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ariehg</title>
		<link>http://ajaxian.com/archives/css-animations-in-webkit-nightly-and-iphone/comment-page-1#comment-271158</link>
		<dc:creator>ariehg</dc:creator>
		<pubDate>Fri, 06 Feb 2009 07:03:58 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=5895#comment-271158</guid>
		<description>i think effects like this should stay out of css. these kind of stuff will make css an effect language instead of being a design language</description>
		<content:encoded><![CDATA[<p>i think effects like this should stay out of css. these kind of stuff will make css an effect language instead of being a design language</p>
]]></content:encoded>
	</item>
</channel>
</rss>

