In a recent blog post, you saw how to use JavaScript and CSS3 to create custom animations. Now you’ll see how to create the same custom animations for a Windows Store app using .NET. You are in luck, as all of these animations can be used with the Bing Maps WPF control as well with just a few tweaks.
You can find the complete source code for this blog post in the MSDN code sample here.
Setting up the base project
To get started, open Visual...
Read More