<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>tweened Wiki &amp; Documentation Rss Feed</title><link>http://www.codeplex.com/tweened/Wiki/View.aspx?title=Home</link><description>tweened Wiki Rss Description</description><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/tweened/Wiki/View.aspx?title=Home&amp;version=7</link><description>&lt;div class="wikidoc"&gt;
The main purpose of this project is to provide a very simple way to animate any Xaml Objects you want in Silverlight. To reach this goal you just have to Reference Tweened.dll in a Silverlight 2 project. You will have access to color, RenderTransform and simple propertie Animation easily with many options like AutoReverse, BeginTime, SpeedRatio properties or like Reverse, ContinueTo and Start methods . &lt;br /&gt; &lt;br /&gt;To reach this goal you just have to Reference Tweened.dll in a Silverlight 2 project. You will have access to color, RenderTransform and simple propertie Animation easily with many options like AutoReverse, BeginTime, SpeedRatio properties or Reverse and ContinueTo methods .&lt;br /&gt; &lt;br /&gt;It's released and maintained for Silverlight 2 or higher. In layman's terms, Tweened helps you move things around on the screen using only code, instead of the timeline. The general idea of a tweening Class is that dynamic animation and transitions (created by code) are easier to maintain and control, and more stable than animation based on the regular Silverlight timeline. The Tweened syntax is created with simplicity of use in mind, while still allowing access to more advanced features.&lt;br /&gt; &lt;br /&gt;the general idea is to make the automatic creation of resource types Storyboard. Internally class Tween operates two Storyboards, the first is used for animation to go, the other is used if necessary to animation back. Storyboards Each of these contains a number of objects DoubleAnimation XAML. They serve as animated sequences. Each DoubleAnimation? refers to an Xaml object and a lively targeted property, for example X or ScaleX. So a tween can animate lot of objects in several different equation of movement with different duration and behavior. For example a double animation could loop.&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;WebSite :: &lt;a href="http://library.tweened.org" class="externalLink"&gt;http://library.tweened.org&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Online Documentation :: &lt;a href="http://library.tweened.org/doc/html" class="externalLink"&gt;http://library.tweened.org/doc/html&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Chm Documentation :: &lt;a href="http://library.tweened.org/doc/Tweened.chm" class="externalLink"&gt;http://library.tweened.org/doc/Tweened.chm&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; &lt;/li&gt;&lt;li&gt;Blog around Silverlight :: &lt;a href="http://www.tweened.org" class="externalLink"&gt;http://www.tweened.org&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Class Diagram :: &lt;a href="javascript:window.location.href='http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=tweened&amp;amp;DownloadId=56461';"&gt;tweenedDiag.jpg&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Examples :: &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Download :: &lt;a href="javascript:window.location.href='http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=tweened&amp;amp;DownloadId=56462';"&gt;examples.zip&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Accordion Menu :: &lt;a href="http://library.tweened.org/examples/menu/" class="externalLink"&gt;http://library.tweened.org/examples/menu/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;AutoResize Window :: &lt;a href="http://library.tweened.org/examples/redimensionnement/" class="externalLink"&gt;http://library.tweened.org/examples/redimensionnement/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Base Examples :: &lt;a href="http://library.tweened.org/examples/simple/" class="externalLink"&gt;http://library.tweened.org/examples/simple/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;CoolRain :: &lt;a href="http://library.tweened.org/examples/coolrain/" class="externalLink"&gt;http://library.tweened.org/examples/coolrain/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>Rickota</author><pubDate>Wed, 28 Jan 2009 11:16:29 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20090128111629A</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/tweened/Wiki/View.aspx?title=Home&amp;version=6</link><description>&lt;div class="wikidoc"&gt;
The main purpose of this project is to provide a very simple way to animate any Xaml Objects you want in Silverlight. To reach this goal you just have to Reference Tweened.dll in a Silverlight 2 project. You will have access to color, RenderTransform and simple propertie Animation easily with many options like AutoReverse, BeginTime, SpeedRatio properties or like Reverse, ContinueTo and Start methods . &lt;br /&gt; &lt;br /&gt;To reach this goal you just have to Reference Tweened.dll in a Silverlight 2 project. You will have access to color, RenderTransform and simple propertie Animation easily with many options like AutoReverse, BeginTime, SpeedRatio properties or Reverse and ContinueTo methods .&lt;br /&gt; &lt;br /&gt;It's released and maintained for Silverlight 2 or higher. In layman's terms, Tweened helps you move things around on the screen using only code, instead of the timeline. The general idea of a tweening Class is that dynamic animation and transitions (created by code) are easier to maintain and control, and more stable than animation based on the regular Silverlight timeline. The Tweened syntax is created with simplicity of use in mind, while still allowing access to more advanced features.&lt;br /&gt; &lt;br /&gt;the general idea is to make the automatic creation of resource types Storyboard. Internally class Tween operates two Storyboards, the first is used for animation to go, the other is used if necessary to animation back. Storyboards Each of these contains a number of objects DoubleAnimation XAML. They serve as animated sequences. Each DoubleAnimation? refers to an Xaml object and a lively targeted property, for example X or ScaleX. So a tween can animate lot of objects in several different equation of movement with different duration and behavior. For example a double animation could loop.&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;WebSite :: &lt;a href="http://www.codeplex.com/tweened/Wiki/View.aspx?title=http%3a%2f%2flibrary.tweened.org&amp;amp;referringTitle=Home"&gt;http://library.tweened.org&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Online Documentation :: &lt;a href="http://www.codeplex.com/tweened/Wiki/View.aspx?title=http%3a%2f%2flibrary.tweened.org%2fdoc%2fhtml&amp;amp;referringTitle=Home"&gt;http://library.tweened.org/doc/html&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Chm Documentation :: &lt;a href="http://www.codeplex.com/tweened/Wiki/View.aspx?title=http%3a%2f%2flibrary.tweened.org%2fdoc%2fTweened.chm&amp;amp;referringTitle=Home"&gt;http://library.tweened.org/doc/Tweened.chm&lt;/a&gt; &lt;/li&gt;&lt;li&gt;Blog around Silverlight :: &lt;a href="http://www.codeplex.com/tweened/Wiki/View.aspx?title=http%3a%2f%2fwww.tweened.org&amp;amp;referringTitle=Home"&gt;http://www.tweened.org&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Class Diagram :: &lt;a href="javascript:window.location.href='http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=tweened&amp;amp;DownloadId=56461';"&gt;tweenedDiag.jpg&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Examples :: &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Download :: &lt;a href="javascript:window.location.href='http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=tweened&amp;amp;DownloadId=56462';"&gt;examples.zip&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Accordion Menu :: &lt;WikiPage id="http://library.tweened.org/examples/menu/" text="" /&gt;&lt;/li&gt;&lt;li&gt;AutoResize Window :: &lt;WikiPage id="http://library.tweened.org/examples/redimensionnement/" text="" /&gt;&lt;/li&gt;&lt;li&gt;Base Examples :: &lt;WikiPage id="http://library.tweened.org/examples/simple/" text="" /&gt;&lt;/li&gt;&lt;li&gt;CoolRain :: &lt;WikiPage id="http://library.tweened.org/examples/coolrain/" text="" /&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>Rickota</author><pubDate>Wed, 28 Jan 2009 11:14:09 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20090128111409A</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/tweened/Wiki/View.aspx?title=Home&amp;version=5</link><description>&lt;div class="wikidoc"&gt;
The main purpose of this project is to provide a very simple way to animate any Xaml Objects you want in Silverlight. To reach this goal you just have to Reference Tweened.dll in a Silverlight 2 project. You will have access to color, RenderTransform and simple propertie Animation easily with many options like AutoReverse, BeginTime, SpeedRatio properties or like Reverse, ContinueTo and Start methods . &lt;br /&gt; &lt;br /&gt;To reach this goal you just have to Reference Tweened.dll in a Silverlight 2 project. You will have access to color, RenderTransform and simple propertie Animation easily with many options like AutoReverse, BeginTime, SpeedRatio properties or Reverse and ContinueTo methods .&lt;br /&gt; &lt;br /&gt;It's released and maintained for Silverlight 2 or higher. In layman's terms, Tweened helps you move things around on the screen using only code, instead of the timeline. The general idea of a tweening Class is that dynamic animation and transitions (created by code) are easier to maintain and control, and more stable than animation based on the regular Silverlight timeline. The Tweened syntax is created with simplicity of use in mind, while still allowing access to more advanced features.&lt;br /&gt; &lt;br /&gt;the general idea is to make the automatic creation of resource types Storyboard. Internally class Tween operates two Storyboards, the first is used for animation to go, the other is used if necessary to animation back. Storyboards Each of these contains a number of objects DoubleAnimation XAML. They serve as animated sequences. Each DoubleAnimation? refers to an Xaml object and a lively targeted property, for example X or ScaleX. So a tween can animate lot of objects in several different equation of movement with different duration and behavior. For example a double animation could loop.&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;WebSite :: &lt;a href="http://www.codeplex.com/tweened/Wiki/View.aspx?title=http%3a%2f%2flibrary.tweened.org&amp;amp;referringTitle=Home"&gt;http://library.tweened.org&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Online Documentation :: &lt;a href="http://www.codeplex.com/tweened/Wiki/View.aspx?title=http%3a%2f%2flibrary.tweened.org%2fdoc%2fhtml&amp;amp;referringTitle=Home"&gt;http://library.tweened.org/doc/html&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Chm Documentation :: &lt;a href="http://www.codeplex.com/tweened/Wiki/View.aspx?title=http%3a%2f%2flibrary.tweened.org%2fdoc%2fTweened.chm&amp;amp;referringTitle=Home"&gt;http://library.tweened.org/doc/Tweened.chm&lt;/a&gt; &lt;/li&gt;&lt;li&gt;Blog around Silverlight :: &lt;a href="http://www.codeplex.com/tweened/Wiki/View.aspx?title=http%3a%2f%2fwww.tweened.org&amp;amp;referringTitle=Home"&gt;http://www.tweened.org&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Class Diagram :: &lt;a href="javascript:window.location.href='http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=tweened&amp;amp;DownloadId=56461';"&gt;tweenedDiag.jpg&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Examples :: &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Download :: &lt;a href="javascript:window.location.href='http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=tweened&amp;amp;DownloadId=56462';"&gt;examples.zip&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Accordion Menu :: :&lt;WikiPage id="http://library.tweened.org/examples/menu/" text="" /&gt;&lt;/li&gt;&lt;li&gt;AutoResize Window :: &lt;WikiPage id="http://library.tweened.org/examples/redimensionnement/" text="" /&gt;&lt;/li&gt;&lt;li&gt;Base Examples :: &lt;WikiPage id="http://library.tweened.org/examples/simple/" text="" /&gt;&lt;/li&gt;&lt;li&gt;CoolRain :: &lt;WikiPage id="http://library.tweened.org/examples/coolrain/" text="" /&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>Rickota</author><pubDate>Wed, 28 Jan 2009 11:13:33 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20090128111333A</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/tweened/Wiki/View.aspx?title=Home&amp;version=4</link><description>&lt;div class="wikidoc"&gt;
The main purpose of this project is to provide a very simple way to animate any Xaml Objects you want in Silverlight. To reach this goal you just have to Reference Tweened.dll in a Silverlight 2 project. You will have access to color, RenderTransform and simple propertie Animation easily with many options like AutoReverse, BeginTime, SpeedRatio properties or like Reverse, ContinueTo and Start methods . &lt;br /&gt; &lt;br /&gt;To reach this goal you just have to Reference Tweened.dll in a Silverlight 2 project. You will have access to color, RenderTransform and simple propertie Animation easily with many options like AutoReverse, BeginTime, SpeedRatio properties or Reverse and ContinueTo methods .&lt;br /&gt; &lt;br /&gt;It's released and maintained for Silverlight 2 or higher. In layman's terms, Tweened helps you move things around on the screen using only code, instead of the timeline. The general idea of a tweening Class is that dynamic animation and transitions (created by code) are easier to maintain and control, and more stable than animation based on the regular Silverlight timeline. The Tweened syntax is created with simplicity of use in mind, while still allowing access to more advanced features.&lt;br /&gt; &lt;br /&gt;the general idea is to make the automatic creation of resource types Storyboard. Internally class Tween operates two Storyboards, the first is used for animation to go, the other is used if necessary to animation back. Storyboards Each of these contains a number of objects DoubleAnimation XAML. They serve as animated sequences. Each DoubleAnimation? refers to an Xaml object and a lively targeted property, for example X or ScaleX. So a tween can animate lot of objects in several different equation of movement with different duration and behavior. For example a double animation could loop.&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;WebSite :: &lt;a href="http://www.codeplex.com/tweened/Wiki/View.aspx?title=http%3a%2f%2flibrary.tweened.org&amp;amp;referringTitle=Home"&gt;http://library.tweened.org&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Online Documentation :: &lt;a href="http://www.codeplex.com/tweened/Wiki/View.aspx?title=http%3a%2f%2flibrary.tweened.org%2fdoc%2fhtml&amp;amp;referringTitle=Home"&gt;http://library.tweened.org/doc/html&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Chm Documentation :: &lt;a href="http://www.codeplex.com/tweened/Wiki/View.aspx?title=http%3a%2f%2flibrary.tweened.org%2fdoc%2fTweened.chm&amp;amp;referringTitle=Home"&gt;http://library.tweened.org/doc/Tweened.chm&lt;/a&gt; &lt;/li&gt;&lt;li&gt;Blog around Silverlight :: &lt;a href="http://www.codeplex.com/tweened/Wiki/View.aspx?title=http%3a%2f%2fwww.tweened.org&amp;amp;referringTitle=Home"&gt;http://www.tweened.org&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/tweened/Wiki/View.aspx?title=Class%20Diagram%3atweenedDiag.jpg&amp;amp;referringTitle=Home"&gt;Class Diagram:tweenedDiag.jpg&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Examples :: &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/tweened/Wiki/View.aspx?title=Download%20examples%3aexamples.zip&amp;amp;referringTitle=Home"&gt;Download examples:examples.zip&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;WikiPage id="Accordion Menu:http://library.tweened.org/examples/menu/" text="" /&gt;&lt;/li&gt;&lt;li&gt;&lt;WikiPage id="AutoResize Window:http://library.tweened.org/examples/redimensionnement/" text="" /&gt;&lt;/li&gt;&lt;li&gt;&lt;WikiPage id="Base Examples:http://library.tweened.org/examples/simple/" text="" /&gt;&lt;/li&gt;&lt;li&gt;&lt;WikiPage id="CoolRain:http://library.tweened.org/examples/coolrain/" text="" /&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>Rickota</author><pubDate>Wed, 28 Jan 2009 11:08:38 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20090128110838A</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/tweened/Wiki/View.aspx?title=Home&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
The main purpose of this project is to provide a very simple way to animate any Xaml Objects you want in Silverlight. To reach this goal you just have to Reference Tweened.dll in a Silverlight 2 project. You will have access to color, RenderTransform and simple propertie Animation easily with many options like AutoReverse, BeginTime, SpeedRatio properties or like Reverse, ContinueTo and Start methods . &lt;br /&gt; &lt;br /&gt;To reach this goal you just have to Reference Tweened.dll in a Silverlight 2 project. You will have access to color, RenderTransform and simple propertie Animation easily with many options like AutoReverse, BeginTime, SpeedRatio properties or Reverse and ContinueTo methods .&lt;br /&gt; &lt;br /&gt;It's released and maintained for Silverlight 2 or higher. In layman's terms, Tweened helps you move things around on the screen using only code, instead of the timeline. The general idea of a tweening Class is that dynamic animation and transitions (created by code) are easier to maintain and control, and more stable than animation based on the regular Silverlight timeline. The Tweened syntax is created with simplicity of use in mind, while still allowing access to more advanced features.&lt;br /&gt; &lt;br /&gt;the general idea is to make the automatic creation of resource types Storyboard. Internally class Tween operates two Storyboards, the first is used for animation to go, the other is used if necessary to animation back. Storyboards Each of these contains a number of objects DoubleAnimation XAML. They serve as animated sequences. Each DoubleAnimation? refers to an Xaml object and a lively targeted property, for example X or ScaleX. So a tween can animate lot of objects in several different equation of movement with different duration and behavior. For example a double animation could loop.&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;WebSite :: &lt;a href="http://www.codeplex.com/tweened/Wiki/View.aspx?title=http%3a%2f%2flibrary.tweened.org&amp;amp;referringTitle=Home"&gt;http://library.tweened.org&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Online Documentation :: &lt;a href="http://www.codeplex.com/tweened/Wiki/View.aspx?title=http%3a%2f%2flibrary.tweened.org%2fdoc%2fhtml&amp;amp;referringTitle=Home"&gt;http://library.tweened.org/doc/html&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Chm Documentation :: &lt;a href="http://www.codeplex.com/tweened/Wiki/View.aspx?title=http%3a%2f%2flibrary.tweened.org%2fdoc%2fTweened.chm&amp;amp;referringTitle=Home"&gt;http://library.tweened.org/doc/Tweened.chm&lt;/a&gt; &lt;/li&gt;&lt;li&gt;Blog around Silverlight :: &lt;a href="http://www.codeplex.com/tweened/Wiki/View.aspx?title=http%3a%2f%2fwww.tweened.org&amp;amp;referringTitle=Home"&gt;http://www.tweened.org&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>Rickota</author><pubDate>Wed, 28 Jan 2009 10:13:58 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20090128101358A</guid></item></channel></rss>