<?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: Intro to animation easing</title>
	<atom:link href="http://www.silverlightswitch.com/2009/intro-to-animation-easing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.silverlightswitch.com/2009/intro-to-animation-easing/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 16 May 2011 15:01:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: Jesse Graupmann</title>
		<link>http://www.silverlightswitch.com/2009/intro-to-animation-easing/comment-page-1/#comment-1262</link>
		<dc:creator>Jesse Graupmann</dc:creator>
		<pubDate>Sat, 03 Apr 2010 22:12:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.silverlightswitch.com/?p=363#comment-1262</guid>
		<description>Nice Video!

There is also another way to easily add easing in the code behind. Check out Artefact Animator - http://artefactanimator.codeplex.com/. It doesn&#039;t use storyboards but it gives you a simple syntax that mimics Tweener for Flash. It also uses the same code for the Silverlight and WPF version.

For Example:

ArtefactAnimator.AddEase (element, Canvas.LeftProperty, 250, .7, AnimationTransitions.CubicEaseOut, 0);</description>
		<content:encoded><![CDATA[<p>Nice Video!</p>
<p>There is also another way to easily add easing in the code behind. Check out Artefact Animator &#8211; <a href="http://artefactanimator.codeplex.com/" rel="nofollow">http://artefactanimator.codeplex.com/</a>. It doesn&#8217;t use storyboards but it gives you a simple syntax that mimics Tweener for Flash. It also uses the same code for the Silverlight and WPF version.</p>
<p>For Example:</p>
<p>ArtefactAnimator.AddEase (element, Canvas.LeftProperty, 250, .7, AnimationTransitions.CubicEaseOut, 0);</p>
]]></content:encoded>
	</item>
</channel>
</rss>

