<?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: AS3 &#8211; Eaze tween library update</title>
	<atom:link href="http://philippe.elsass.me/2009/11/as3-eaze-tween-library-update/feed/" rel="self" type="application/rss+xml" />
	<link>http://philippe.elsass.me/2009/11/as3-eaze-tween-library-update/</link>
	<description>C'est vraiment très intéressant</description>
	<lastBuildDate>Fri, 03 Feb 2012 20:44:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Philippe</title>
		<link>http://philippe.elsass.me/2009/11/as3-eaze-tween-library-update/comment-page-1/#comment-23786</link>
		<dc:creator>Philippe</dc:creator>
		<pubDate>Fri, 03 Feb 2012 20:44:02 +0000</pubDate>
		<guid isPermaLink="false">http://philippe.elsass.me/2009/11/as3-eaze-tween-library-update/#comment-23786</guid>
		<description>You can obviously implement all the missing easing functions you want: those are just simplified Robert Penner&#039;s easing functions.
You should be able to even take TweenLite&#039;s function and modify it a bit so it only takes a &#039;k: 0-&gt; 1&#039; parameter instead of the 4 params.</description>
		<content:encoded><![CDATA[<p>You can obviously implement all the missing easing functions you want: those are just simplified Robert Penner&#8217;s easing functions.<br />
You should be able to even take TweenLite&#8217;s function and modify it a bit so it only takes a &#8216;k: 0-> 1&#8242; parameter instead of the 4 params.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas</title>
		<link>http://philippe.elsass.me/2009/11/as3-eaze-tween-library-update/comment-page-1/#comment-23785</link>
		<dc:creator>Andreas</dc:creator>
		<pubDate>Fri, 03 Feb 2012 20:30:47 +0000</pubDate>
		<guid isPermaLink="false">http://philippe.elsass.me/2009/11/as3-eaze-tween-library-update/#comment-23785</guid>
		<description>Hi Philippe,

eaze tween is great, but i´m missing a BOUNCE easing as in TweenLite ;)
Is there a way to implement it?

thanks</description>
		<content:encoded><![CDATA[<p>Hi Philippe,</p>
<p>eaze tween is great, but i´m missing a BOUNCE easing as in TweenLite <img src='http://philippe.elsass.me/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
Is there a way to implement it?</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Iannis</title>
		<link>http://philippe.elsass.me/2009/11/as3-eaze-tween-library-update/comment-page-1/#comment-15666</link>
		<dc:creator>Iannis</dc:creator>
		<pubDate>Mon, 19 Sep 2011 10:24:41 +0000</pubDate>
		<guid isPermaLink="false">http://philippe.elsass.me/2009/11/as3-eaze-tween-library-update/#comment-15666</guid>
		<description>Hi Philippe
is there an option to repeat the tween without reinit ?  

regards iannis</description>
		<content:encoded><![CDATA[<p>Hi Philippe<br />
is there an option to repeat the tween without reinit ?  </p>
<p>regards iannis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Iannis</title>
		<link>http://philippe.elsass.me/2009/11/as3-eaze-tween-library-update/comment-page-1/#comment-15579</link>
		<dc:creator>Iannis</dc:creator>
		<pubDate>Sat, 17 Sep 2011 16:28:41 +0000</pubDate>
		<guid isPermaLink="false">http://philippe.elsass.me/2009/11/as3-eaze-tween-library-update/#comment-15579</guid>
		<description>Philippe thanks again
regards iannis</description>
		<content:encoded><![CDATA[<p>Philippe thanks again<br />
regards iannis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philippe</title>
		<link>http://philippe.elsass.me/2009/11/as3-eaze-tween-library-update/comment-page-1/#comment-15578</link>
		<dc:creator>Philippe</dc:creator>
		<pubDate>Sat, 17 Sep 2011 16:14:32 +0000</pubDate>
		<guid isPermaLink="false">http://philippe.elsass.me/2009/11/as3-eaze-tween-library-update/#comment-15578</guid>
		<description>@lannis here&#039;s a sample code animating an array of values:
http://pastie.org/2548463</description>
		<content:encoded><![CDATA[<p>@lannis here&#8217;s a sample code animating an array of values:<br />
<a href="http://pastie.org/2548463" rel="nofollow">http://pastie.org/2548463</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Iannis</title>
		<link>http://philippe.elsass.me/2009/11/as3-eaze-tween-library-update/comment-page-1/#comment-15577</link>
		<dc:creator>Iannis</dc:creator>
		<pubDate>Sat, 17 Sep 2011 15:47:28 +0000</pubDate>
		<guid isPermaLink="false">http://philippe.elsass.me/2009/11/as3-eaze-tween-library-update/#comment-15577</guid>
		<description>Hi Philippe 
Thanks a lot for your quick reply
iam doing something like this
//empty buffer fade out
eaze(buf).to(0.5,{Vector:emptybuffer}, true).easing(Linear.easeNone);
			
//fill buffer 
eaze(buf).delay(1).from({Vector:emptybuffer}.to(4 ,{Vector:_allBuffers[0]}, true).easing(CustomBezierEase.byName(&quot;envelopeEase0&quot;)).;
eaze(buf).delay(2).from({Vector:buf}.to(4 ,{Vector:_allBuffers[1]}, true).easing(CustomBezierEase.byName(&quot;envelopeEase1&quot;)).;

calling an onUpdate for each tween to interpolate the data doesnt seem efficient too
i think i have to add this feature to the ease tween class
any hint would be much appreciated

best regards iannis</description>
		<content:encoded><![CDATA[<p>Hi Philippe<br />
Thanks a lot for your quick reply<br />
iam doing something like this<br />
//empty buffer fade out<br />
eaze(buf).to(0.5,{Vector:emptybuffer}, true).easing(Linear.easeNone);</p>
<p>//fill buffer<br />
eaze(buf).delay(1).from({Vector:emptybuffer}.to(4 ,{Vector:_allBuffers[0]}, true).easing(CustomBezierEase.byName(&#8220;envelopeEase0&#8243;)).;<br />
eaze(buf).delay(2).from({Vector:buf}.to(4 ,{Vector:_allBuffers[1]}, true).easing(CustomBezierEase.byName(&#8220;envelopeEase1&#8243;)).;</p>
<p>calling an onUpdate for each tween to interpolate the data doesnt seem efficient too<br />
i think i have to add this feature to the ease tween class<br />
any hint would be much appreciated</p>
<p>best regards iannis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philippe</title>
		<link>http://philippe.elsass.me/2009/11/as3-eaze-tween-library-update/comment-page-1/#comment-15576</link>
		<dc:creator>Philippe</dc:creator>
		<pubDate>Sat, 17 Sep 2011 15:29:03 +0000</pubDate>
		<guid isPermaLink="false">http://philippe.elsass.me/2009/11/as3-eaze-tween-library-update/#comment-15576</guid>
		<description>@Iannis Eaze doesn&#039;t animate Arrays/Vector - the best option is to tween a custom class property between 0 and 1, and in the property setter use a loop to modify the values.</description>
		<content:encoded><![CDATA[<p>@Iannis Eaze doesn&#8217;t animate Arrays/Vector &#8211; the best option is to tween a custom class property between 0 and 1, and in the property setter use a loop to modify the values.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Iannis</title>
		<link>http://philippe.elsass.me/2009/11/as3-eaze-tween-library-update/comment-page-1/#comment-15575</link>
		<dc:creator>Iannis</dc:creator>
		<pubDate>Sat, 17 Sep 2011 15:19:17 +0000</pubDate>
		<guid isPermaLink="false">http://philippe.elsass.me/2009/11/as3-eaze-tween-library-update/#comment-15575</guid>
		<description>Hi Philippe congrats for the fastest easing engine around
what is the fastest way to tween an array of vectors?
is there an easy solution
do i need to have a for loop and create a new tween instance for each vertex (it doesnt seem a good idea)

best regards iannis</description>
		<content:encoded><![CDATA[<p>Hi Philippe congrats for the fastest easing engine around<br />
what is the fastest way to tween an array of vectors?<br />
is there an easy solution<br />
do i need to have a for loop and create a new tween instance for each vertex (it doesnt seem a good idea)</p>
<p>best regards iannis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jim</title>
		<link>http://philippe.elsass.me/2009/11/as3-eaze-tween-library-update/comment-page-1/#comment-6144</link>
		<dc:creator>jim</dc:creator>
		<pubDate>Sat, 19 Feb 2011 16:05:50 +0000</pubDate>
		<guid isPermaLink="false">http://philippe.elsass.me/2009/11/as3-eaze-tween-library-update/#comment-6144</guid>
		<description>Thanks,very nice Tween e` love it</description>
		<content:encoded><![CDATA[<p>Thanks,very nice Tween e` love it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philippe</title>
		<link>http://philippe.elsass.me/2009/11/as3-eaze-tween-library-update/comment-page-1/#comment-6097</link>
		<dc:creator>Philippe</dc:creator>
		<pubDate>Fri, 18 Feb 2011 21:46:41 +0000</pubDate>
		<guid isPermaLink="false">http://philippe.elsass.me/2009/11/as3-eaze-tween-library-update/#comment-6097</guid>
		<description>@jim
// kill all tweens at once
EazeTween.killAllTweens();</description>
		<content:encoded><![CDATA[<p>@jim<br />
// kill all tweens at once<br />
EazeTween.killAllTweens();</p>
]]></content:encoded>
	</item>
</channel>
</rss>

