Question

This is probably a really dumb question, but I'm finding conflicting information. I have a project in WPF/VB.net 2010 that I want to create an alternate version of in Silverlight. However, it uses heavy amounts of animation, especially motion animation. Most of this animation takes advantage of storyboard double animations for either translate transforms or canvas left/top changes.

Can I convert this project over to Silverlight?

Was it helpful?

Solution

@Erno's answer is basically correct, though you need to be aware that there are differences and debugging XAML can be a frustrating experience.

There is certainly a convergence between Silverlight and WPF that will only get stronger over time. I was at a talk by Mike Taulty where this came up and he said that the two would continue to coexist and functionality would migrate between the two.

Without seeing your XAML I can't say for sure, but Silverlight supports all the things you mention.

OTHER TIPS

Just copy it and test. Silverlight has Storyboards, double animations and canvases too.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top