<?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 50 Lines-of-Code JavaScript Animation Framework: Say Hello to Émile</title>
	<atom:link href="http://mir.aculo.us/2009/11/07/a-50-lines-of-code-javascript-animation-framework-say-hello-to-emile/feed/" rel="self" type="application/rss+xml" />
	<link>http://mir.aculo.us/2009/11/07/a-50-lines-of-code-javascript-animation-framework-say-hello-to-emile/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 10 Mar 2010 08:35:09 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: mir.aculo.us with Thomas Fuchs &#187; Blog Archive &#187; Emile.js talk (video &#38; slides)</title>
		<link>http://mir.aculo.us/2009/11/07/a-50-lines-of-code-javascript-animation-framework-say-hello-to-emile/comment-page-1/#comment-18238</link>
		<dc:creator>mir.aculo.us with Thomas Fuchs &#187; Blog Archive &#187; Emile.js talk (video &#38; slides)</dc:creator>
		<pubDate>Thu, 28 Jan 2010 16:21:58 +0000</pubDate>
		<guid isPermaLink="false">http://mir.aculo.us/?p=12041#comment-18238</guid>
		<description>[...] If you like, grab the slides and the code at my previous post. [...]</description>
		<content:encoded><![CDATA[<p>[...] If you like, grab the slides and the code at my previous post. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Émile: Stand-alone CSS animation JavaScript mini-framework - Wasif Hafeez</title>
		<link>http://mir.aculo.us/2009/11/07/a-50-lines-of-code-javascript-animation-framework-say-hello-to-emile/comment-page-1/#comment-18050</link>
		<dc:creator>Émile: Stand-alone CSS animation JavaScript mini-framework - Wasif Hafeez</dc:creator>
		<pubDate>Mon, 25 Jan 2010 11:32:58 +0000</pubDate>
		<guid isPermaLink="false">http://mir.aculo.us/?p=12041#comment-18050</guid>
		<description>[...] am sitting next to Thomas Fuchs at JSConf.EU and he just posted about his new library agnostic CSS animation framework called Émile (named after Émile Cohl, an early [...]</description>
		<content:encoded><![CDATA[<p>[...] am sitting next to Thomas Fuchs at JSConf.EU and he just posted about his new library agnostic CSS animation framework called Émile (named after Émile Cohl, an early [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arosperpisbub</title>
		<link>http://mir.aculo.us/2009/11/07/a-50-lines-of-code-javascript-animation-framework-say-hello-to-emile/comment-page-1/#comment-17098</link>
		<dc:creator>Arosperpisbub</dc:creator>
		<pubDate>Sun, 10 Jan 2010 15:40:04 +0000</pubDate>
		<guid isPermaLink="false">http://mir.aculo.us/?p=12041#comment-17098</guid>
		<description>Хороший сайт. Так держать!!!</description>
		<content:encoded><![CDATA[<p>Хороший сайт. Так держать!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arosperpisbub</title>
		<link>http://mir.aculo.us/2009/11/07/a-50-lines-of-code-javascript-animation-framework-say-hello-to-emile/comment-page-1/#comment-16968</link>
		<dc:creator>Arosperpisbub</dc:creator>
		<pubDate>Sat, 09 Jan 2010 12:15:49 +0000</pubDate>
		<guid isPermaLink="false">http://mir.aculo.us/?p=12041#comment-16968</guid>
		<description>Уважаемые читатели. С Рождеством христовым хочется вас поздравить. Админу сайта отдельное пожелание-побольше читателей на блоге, креативных интересных статей и всего всего всего :)</description>
		<content:encoded><![CDATA[<p>Уважаемые читатели. С Рождеством христовым хочется вас поздравить. Админу сайта отдельное пожелание-побольше читателей на блоге, креативных интересных статей и всего всего всего <img src='http://mir.aculo.us/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: teylor feliz</title>
		<link>http://mir.aculo.us/2009/11/07/a-50-lines-of-code-javascript-animation-framework-say-hello-to-emile/comment-page-1/#comment-16875</link>
		<dc:creator>teylor feliz</dc:creator>
		<pubDate>Fri, 08 Jan 2010 02:00:16 +0000</pubDate>
		<guid isPermaLink="false">http://mir.aculo.us/?p=12041#comment-16875</guid>
		<description>Thanks you very much! I had time looking for a presentation with js Animations.</description>
		<content:encoded><![CDATA[<p>Thanks you very much! I had time looking for a presentation with js Animations.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: javisantana</title>
		<link>http://mir.aculo.us/2009/11/07/a-50-lines-of-code-javascript-animation-framework-say-hello-to-emile/comment-page-1/#comment-14261</link>
		<dc:creator>javisantana</dc:creator>
		<pubDate>Mon, 30 Nov 2009 20:21:38 +0000</pubDate>
		<guid isPermaLink="false">http://mir.aculo.us/?p=12041#comment-14261</guid>
		<description>bounce also can be approximated with: (python)

def bounce(t):
    return 1.0 - (1-t)*(1-t)*abs(cos(4*pi*t));

very good presentation, thank you.</description>
		<content:encoded><![CDATA[<p>bounce also can be approximated with: (python)</p>
<p>def bounce(t):<br />
    return 1.0 &#8211; (1-t)*(1-t)*abs(cos(4*pi*t));</p>
<p>very good presentation, thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nivanka</title>
		<link>http://mir.aculo.us/2009/11/07/a-50-lines-of-code-javascript-animation-framework-say-hello-to-emile/comment-page-1/#comment-13633</link>
		<dc:creator>Nivanka</dc:creator>
		<pubDate>Mon, 23 Nov 2009 08:04:35 +0000</pubDate>
		<guid isPermaLink="false">http://mir.aculo.us/?p=12041#comment-13633</guid>
		<description>I have to try it out, the selectors I like it.</description>
		<content:encoded><![CDATA[<p>I have to try it out, the selectors I like it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hello to Émile &#8211; Small JavaScript CSS Animation Framework &#8211; Webmove &#8211; Daily Web Inspiration and Technology Mashups</title>
		<link>http://mir.aculo.us/2009/11/07/a-50-lines-of-code-javascript-animation-framework-say-hello-to-emile/comment-page-1/#comment-12902</link>
		<dc:creator>Hello to Émile &#8211; Small JavaScript CSS Animation Framework &#8211; Webmove &#8211; Daily Web Inspiration and Technology Mashups</dc:creator>
		<pubDate>Wed, 11 Nov 2009 12:31:53 +0000</pubDate>
		<guid isPermaLink="false">http://mir.aculo.us/?p=12041#comment-12902</guid>
		<description>[...] Thomas Fuchs introduced his new project Émile at JSConf.EU. It is  a JavaScript animation framework, that’s framework-agnostic, and just takes up about 50 lines of code. [...]</description>
		<content:encoded><![CDATA[<p>[...] Thomas Fuchs introduced his new project Émile at JSConf.EU. It is  a JavaScript animation framework, that’s framework-agnostic, and just takes up about 50 lines of code. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rasmus Fløe</title>
		<link>http://mir.aculo.us/2009/11/07/a-50-lines-of-code-javascript-animation-framework-say-hello-to-emile/comment-page-1/#comment-12748</link>
		<dc:creator>Rasmus Fløe</dc:creator>
		<pubDate>Tue, 10 Nov 2009 06:18:40 +0000</pubDate>
		<guid isPermaLink="false">http://mir.aculo.us/?p=12041#comment-12748</guid>
		<description>I just wrote a comment on Ajaxian when I realised that I should&#039;ve commented here :/

I won&#039;t duplicate the comment here, but just point out that the hex color parsing bit is broken (the c variable is only declared but never defined) - but the line will only get executed if a browser actually returns a hex color through currentStyle/getComputedStyle... Which probably hasn&#039;t happened in any of your tests. I couldn&#039;t say whether this would ever happen and in what cases - maybe the line is completely redundant? Hooray - then Émile would even shorter! ;)</description>
		<content:encoded><![CDATA[<p>I just wrote a comment on Ajaxian when I realised that I should&#8217;ve commented here :/</p>
<p>I won&#8217;t duplicate the comment here, but just point out that the hex color parsing bit is broken (the c variable is only declared but never defined) &#8211; but the line will only get executed if a browser actually returns a hex color through currentStyle/getComputedStyle&#8230; Which probably hasn&#8217;t happened in any of your tests. I couldn&#8217;t say whether this would ever happen and in what cases &#8211; maybe the line is completely redundant? Hooray &#8211; then Émile would even shorter! <img src='http://mir.aculo.us/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajaxian &#187; Émile: Stand-alone CSS animation JavaScript mini-framework</title>
		<link>http://mir.aculo.us/2009/11/07/a-50-lines-of-code-javascript-animation-framework-say-hello-to-emile/comment-page-1/#comment-12678</link>
		<dc:creator>Ajaxian &#187; Émile: Stand-alone CSS animation JavaScript mini-framework</dc:creator>
		<pubDate>Mon, 09 Nov 2009 11:04:19 +0000</pubDate>
		<guid isPermaLink="false">http://mir.aculo.us/?p=12041#comment-12678</guid>
		<description>[...] am sitting next to Thomas Fuchs at JSConf.EU and he just posted about his new library agnostic CSS animation framework called Émile (named after Émile Cohl, an early [...]</description>
		<content:encoded><![CDATA[<p>[...] am sitting next to Thomas Fuchs at JSConf.EU and he just posted about his new library agnostic CSS animation framework called Émile (named after Émile Cohl, an early [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.457 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-03-10 22:31:04 -->
