Animating Around an Ellipse

If I have the coordinates for an ellipse is there an easy way to animate a specific object around the ellipse's path using a story board? Or, would I have to do all that via JavaScript? I see there there are key frames but to be honest I'm not real sure where to start there or if that's even the right directly. Any starter code would be greatly appreciated.

[370 byte] By [DanWahlin] at [2008-2-24]
# 1
Anyone know if this is possible? I haven't heard anything....
DanWahlin at 2007-9-4 > top of Msdn Tech,Silverlight (formerly WPF/E),Silverlight (formerly WPF/E) Developer Issues...
# 2

A good place to start is the Animation overview on http://msdn2.microsoft.com/en-us/library/bb188569.aspx. The quickstart also has a few animation examples.

Basically, you can animate all double, color, and point properties in WPF/E (which really enables a large number of scenarios).

Ed Maia
WPF/E PM

EdMaiaMSFT at 2007-9-4 > top of Msdn Tech,Silverlight (formerly WPF/E),Silverlight (formerly WPF/E) Developer Issues...