Animation effect in .NET?

1.7k Views Asked by At

Can someone point me to a C# open source implementaion with a simple image animations.

e.g. I feed the input image to animator, and the animation code produces a few dozen of images which if displayed sequentially looks like animation.

I am not something extremely fancy - a simple DirectX filter like animations would do.

2

There are 2 best solutions below

0
NoahD On
1
Richard Shepherd On

Hmmm... I'm not sure if this is what you want, but I've have created a library called Transitions that lets you animate most properties of UI controls easily. You could use it to move the position of pictures, transition between pictures or grow and shrink pictures. But I'm not sure that this is exactly the effects you're after? Anyway, if it's any help, my library is here: http://code.google.com/p/dot-net-transitions/