====== Tweener ====== Tweener (caurina.transitions.Tweener) is a class used for creating tweenings and other transitions via actionscript code. The general idea is that dynamic animation and transitions (created by code) is easier to maintain and control, and more stable than timeline animation (since you can control it by time rather than by frames). Tweener is the spiritual successor to [[http://hosted.zeh.com.br/mctween/|MC Tween]]. It follows Actionscript's more strict OOP rules, and is released and maintained for both AS2 and AS3. Aimed both for designers and advanced developers, it still keeps the "one-line" design mentality used on MC Tween, but with a different, more fluid syntax (by way of an static class) that allows a wider control of how transitions are performed. Such characteristics weren't possible on MC Tween due to the way the available parameters (and its order) were fixed by its syntax. Tweener downloads and documentation are [[http://code.google.com/p/tweener/|hosted at Google Code]]. ===== Download ===== You can find the list of stable downloads [[http://code.google.com/p/tweener/downloads/list|here]]. Subversion download is also available. Visit the [[http://code.google.com/p/tweener/source|Source]] area for more information. The complete changelog is available [[http://code.google.com/p/tweener/wiki/Changelog|here]]. ===== Mailing list ===== A list is kept for discussing on the project and usage. [[http://lists.caurinauebi.com/listinfo.cgi/tweener-caurinauebi.com|Click here]] to access the list's page and subscribe to the list, manage your subscription, or access the list archives. ===== Credits ===== * [[zeh_fernando|Zeh Fernando]] * [[nate_chatellier|Nate Chatellier]] * [[arthur debert|Arthur Debert]] ===== License ===== Tweener is licensed under the MIT License. More information [[http://code.google.com/p/tweener/wiki/License|here]].