WPF Animate An Object Along A Path
2012-04-28
On MSDN there are several helpful article about how to animate an object along a path for WPF 4 (Unfortunately we tried some code, they do not work for Silverlight or part of them work):
1: How to: Animate an Object Along a Path (Double Animation);
2: How to: Animate an Object Along a Path (Point Animation);
3: How to: Animate an Object Along a Path (Matrix Animation)
4: How to: Animate an Object Along a Path (Matrix Animation with Offset Accumulation)
5: How to: Rotate an Object by Using a Geometric Path (Matrix Animation)
6: How to: Rotate an Object by Using a Geometric Path
A related article about Silverlight: