« VSOne 2010 Samples | Main | Better Together C# and Visual Basic »

03/06/2010

Comments

Feed You can follow this conversation by subscribing to the comment feed for this post.

Jesse Graupman

Nice Demo!

There is also another way to easily add easing in the code behind. Check out Artefact Animator - http://artefactanimator.codeplex.com/. It doesn'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);

Christian

That's also a nice sample, Jesse :-)

Jack

hey, man, thanks!

You spared me from a lot of try and error coding!

World is better having people like you!

The comments to this entry are closed.


IMPORTANT: This is archived - and quite likely outdated - content, only kept online for reference purposes

Please visit thinktecture.com for up-to-date technical content.