Where can I find some sample WPF animations? [closed] Where can I find some sample WPF animations? [closed] wpf wpf

Where can I find some sample WPF animations? [closed]


Honestly I think the best way to learn is to use an animation tool. If you have access to Expression Blend you can use it to learn a lot about how WPF animations are setup in Xaml. There are many nuances to animation, like keyframe easing, that are just hard to understand and get right by plucking away at IntelliSense in Visual Studio.

As I’ve mentioned before, many people have access to Expression Blend and don’t realize it. Many college students and some high school students get it free through DreamSpark. Corporations that have MSDN licenses get it. Startups can also get it through the BizSpark program.

At any rate, if you’re interested in learning animations through Expression Blend, these starter videos on Channel 9 are a decent place to start:

Animation Using Expression Blend: How to create an animation

Animation Using Expression Blend: How to start animations on events

Animation Using Expression Blend: How to make an animation follow a path

Finally, I’ll leave you with a little teaser that animations get even more fun in a yet-to-be announced release of Blend. Keep an eye on Mix in March for more information.


PhotoSuru is a cool application with many animations and various graphical effects (it uses pixel shaders too)


Also check out animation of rippling water, with raindrops falling in the water:

http://stuff.seans.com/2008/08/24/raindrop-animation-in-wpf/

I'm biased, but I think it's a nice demo of the power of doing 3D animation in WPF.