<?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>dispatchEvent()™ &#187; animation</title>
	<atom:link href="http://dispatchevent.org/tag/animation/feed/" rel="self" type="application/rss+xml" />
	<link>http://dispatchevent.org</link>
	<description>Collective thoughts on the Flash Platform, iOS, Unity, and any other technology we use.</description>
	<lastBuildDate>Mon, 23 Apr 2012 19:07:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>KitchenSync Version 2.0 is now available!</title>
		<link>http://dispatchevent.org/mims/kitchensync-v2-released/</link>
		<comments>http://dispatchevent.org/mims/kitchensync-v2-released/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 03:14:49 +0000</pubDate>
		<dc:creator>Mims H Wright</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[physics & motion]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[KitchenSync]]></category>
		<category><![CDATA[launch]]></category>
		<category><![CDATA[tween]]></category>
		<category><![CDATA[version2.0]]></category>

		<guid isPermaLink="false">http://dispatchevent.org/?p=809</guid>
		<description><![CDATA[I&#8217;m very proud to announce that the second version of KitchenSync has arrived! What started as a labour of love about 3 years ago has finally gotten its first much needed upgrade. Just about everything in this version is newer and more streamlined. The entire system for greater simplicity and practical functionality. This version will [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m very proud to announce that the second version of KitchenSync has arrived! What started as a labour of love about 3 years ago has finally gotten its first much needed upgrade. Just about everything in this version is newer and more streamlined. The entire system for greater simplicity and practical functionality.</p>
<p>This version will not be backwards compatible, however, there&#8217;s finally someÂ <a href="http://kitchensync.as3lib.org/manual">Decent Documentation</a>!!! There&#8217;s also a <a href="http://kitchensync.as3lib.org">new blog</a> devoted to KS.</p>
<p><a href="http://kitchensynclib.googlecode.com">GO GET IT NOW!</a></p>
<p>Here&#8217;s some of the new features. You can view all of them by checking out theÂ <a href="http://kitchensynclib.googlecode.com/svn/trunk/docs/changelog.txt">change log</a>.</p>
<ul>
<li>Usability
<ul>
<li>REFACTORED all classes with usability and stability in mind.</li>
<li>UPDATED all ASDocs</li>
<li>ADDED several new methods in the TweenFactory for easy tween creation.</li>
</ul>
</li>
<li>Synchronizer and Time
<ul>
<li>REFACTORED The way time is handled throughout.</li>
<li>ADDED ISynchronizerCore and example core classes. This allows advanced users to switch between different methods of timing (e.g. enterframe or timer based)</li>
<li>ADDED FrameRateUtil for getting instantaneous and averaged framerates of the system. The FrameRateView now makes use of this class and has more options.</li>
</ul>
</li>
<li>Action Architecture
<ul>
<li>REFACTORED action classes and extracted several interfaces from them.</li>
<li>ADDED jumpToTime and jumpByTime functionality to actions.</li>
<li>ADDED Looping via a new group called KSLooper.</li>
<li>REMOVED complicated and rarely used action triggers from AbstractAction.</li>
<li>ADDED togglePause() method and progress variable to AbstractAction (for getting percentage complete of an action).</li>
</ul>
</li>
<li>Tweens
<ul>
<li>CHANGED constructors in KSTween. Emphasis is now on using TweenFactory.</li>
<li>IMPROVED Object parser in TweenFactory</li>
</ul>
</li>
<li>Action Groups
<ul>
<li>ADDED Syntactic sugar to the group constructors. using an array in the constructor for a parallel group adds a sequence and vice versa.</li>
<li>ADDED totalDuration to groups to show the duration of all child actions in a group.</li>
<li>ADDED KSRandomGroup.</li>
<li>REMOVED KSSteppedSequenceGroup because it seemed kinda useless.</li>
</ul>
</li>
<li>Loading Actions
<ul>
<li>REFACTORED Loading actions. Now they&#8217;re much easier to use and more powerful.</li>
<li>ADDED KSLoadQueue for quickly creating a class to load files from the network in a batch.</li>
<li>ADDED the resultList property to the ILoaderAction interface so that you can quickly access the loaded files in a batch.</li>
</ul>
</li>
<li>Misc
<ul>
<li>RENAMED several classes and reworked package structure</li>
<li>ADDED KSAsynchronousIteration for running processor-intensive for loops spaced out over a period of time so that they are essentially asynchronous.</li>
<li>FIXED several minor and major bugs.</li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://dispatchevent.org/mims/kitchensync-v2-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>KitchenSync version 1.6 released!</title>
		<link>http://dispatchevent.org/mims/kitchensync-version-16-released/</link>
		<comments>http://dispatchevent.org/mims/kitchensync-version-16-released/#comments</comments>
		<pubDate>Wed, 15 Oct 2008 21:50:03 +0000</pubDate>
		<dc:creator>Mims H Wright</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[physics & motion]]></category>
		<category><![CDATA[Project]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[announcement]]></category>
		<category><![CDATA[KitchenSync]]></category>
		<category><![CDATA[v1.6]]></category>

		<guid isPermaLink="false">http://dispatchevent.org/?p=428</guid>
		<description><![CDATA[KitchenSync version 1.6 is released! Guess what feature it doesn&#8217;t have yet&#8230; That&#8217;s right! There is STILL NO Color Tweening (unless you count ColorMatrixFilter tweens which it does have). However, I hope I can crank out and release version 2.0 over the next two weeks which would have it. Here are some of the features [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://kitchensynclib.googlecode.com"><img class="alignnone" title="KitchenSync" src="http://mimswright.com/kitchensync/docs/img/KSLogo.png" alt="" width="515" height="110" /></a></p>
<p><strong>KitchenSync version 1.6 is released!</strong> Guess what feature it doesn&#8217;t have yet&#8230; That&#8217;s right! There is <strong>STILL NO Color Tweening</strong> (unless you count ColorMatrixFilter tweens which it does have). However, I hope I can crank out and release version 2.0 over the next two weeks which would have it.</p>
<p>Here are some of the features that 1.6 <strong>DOES </strong>have:</p>
<ul>
<li>Added a TweenFactory which provides an easy to use interface for creating new tweens including an object parser similar to FuseKit&#8217;s interface. You can now use something like:<br />
<code>var tween:ITween = TweenFactory.newTween({target:foo, properties:"x:0~100, y:500~200", duration:"3seconds", scale:1~5});</code></li>
<li>Altered KSTween to use multiple tween targets. Now includes methods like addTweenTarget(). This allows you to tween multiple properties with a single KSTween object!</li>
<li>Added an optimized implementation of IAction called KSSimpleTween. This class showed a 25% performance increase over KSTween!</li>
<li>Added SoundTransformTarget for changing volume or panning of a sound.</li>
<li>Added new action groups including:
<ul>
<li>KSSimultaneousEndGroup which causes all children to end simultaneously. This is like a parallel group in reverse.</li>
<li>KSSteppedSequenceGroup for sequencing PowerPoint-like applications. This automatically pauses the group after each child is completed. Instant slideshow!</li>
</ul>
</li>
<li>Finished adding IAction interface. This allows more flexible and customized use of the synchronizer by allowing you to create actions without using the AbstractAction superclass.</li>
<li>Also added ITween and ISynchronizerClient interfaces</li>
<li>Changed the license from LGPL to MIT license.</li>
<li>For a complete list, check out the <a href="http://kitchensynclib.googlecode.com/svn/trunk/docs/changelog.txt">ChangeLog</a>!</li>
</ul>
<p>To get the latest version, go to the Google Code <a href="http://code.google.com/p/kitchensynclib/">project page</a>. Thanks and enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://dispatchevent.org/mims/kitchensync-version-16-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>KitchenSync demo contest deadline extended</title>
		<link>http://dispatchevent.org/mims/kitchensync-demo-contest-deadline-extended/</link>
		<comments>http://dispatchevent.org/mims/kitchensync-demo-contest-deadline-extended/#comments</comments>
		<pubDate>Wed, 15 Oct 2008 18:00:06 +0000</pubDate>
		<dc:creator>Mims H Wright</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[contest]]></category>
		<category><![CDATA[demo]]></category>
		<category><![CDATA[KitchenSync]]></category>

		<guid isPermaLink="false">http://dispatchevent.org/?p=426</guid>
		<description><![CDATA[The KitchenSync demo contest&#8217;s deadline has been extended from today to next Monday, October 20. Get submittin&#8217;!]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://dispatchevent.org/mims/ks-demo-contest/">KitchenSync demo contest&#8217;</a>s deadline has been extended from today to next Monday, October 20. Get submittin&#8217;!</p>
]]></content:encoded>
			<wfw:commentRss>http://dispatchevent.org/mims/kitchensync-demo-contest-deadline-extended/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A review of popular tweening library (UPDATED)</title>
		<link>http://dispatchevent.org/mims/a-review-of-popular-tweening-library/</link>
		<comments>http://dispatchevent.org/mims/a-review-of-popular-tweening-library/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 04:28:48 +0000</pubDate>
		<dc:creator>Mims H Wright</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[KitchenSync]]></category>
		<category><![CDATA[tweening]]></category>

		<guid isPermaLink="false">http://mimswright.com/blog/?p=258</guid>
		<description><![CDATA[The goal of next version of my (your) animation engine KitchenSync, is to be arguably the best and most complete library for animation and sequencing out there. To do this, I&#8217;ve spent the last couple of months analyzing the top existing tween libraries trying to pinpoint their strengths and weaknesses. With lots of help from [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://code.google.com/p/kitchensynclib/wiki/Roadmap">goal</a> of next version of my (your) animation engine <a href="http://kitchensynclib.googlecode.com/">KitchenSync</a>, is to be arguably the best and most complete library for animation and sequencing out there. To do this, I&#8217;ve spent the last couple of months analyzing the top existing tween libraries trying to pinpoint their strengths and weaknesses. With lots of help from the <a href="http://drawlogic.com/2008/04/06/tweenmax-bezier-tweening-released-for-as2-and-as3-by-jack-at-greensock-and-list-of-animation-kits/">Draw Logic Blog</a>, I think I&#8217;ve identified the contenders and put together a decent list of what (in my opinion) are their highest and lowest points. The next step will be to create a product backlog for KitchenSync based on matching these features and fixing the problems. I know there are other tween engines but these seemed to be the most prolific ones at the time.  The tween engines analyzed were:</p>
<ul>
<li>Tweener</li>
<li>TweenLite (and flavours)</li>
<li>Boostworthy Animation System</li>
<li>FuseKit</li>
<li>Go</li>
<li>and KitchenSync 1.1</li>
</ul>
<p><em>Note: After some helpful feedback from readers (THANK YOU!) I added TweenLite to the list of libraries I reviewed. I should add here that these are fairly superficial observations about how things work and don&#8217;t go into incredible detail. If I steal any features, I&#8217;ll look closer ;-D</em></p>
<p>Keep the comments coming!</p>
<p><a href='http://mimswright.com/blog/wp-content/uploads/2008/04/Tween-Engine-Comparisons.pdf' title='Tween Engine Comparisons'>Tween Engine Comparisons (updated)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://dispatchevent.org/mims/a-review-of-popular-tweening-library/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

