Reputation: 12854
Back when Windows Phone 7 had it's first SDK released they had an item list template that had the transitions for the items. Currently in the RTM tools there doesn't appear to be any support for this, can you not access the standard built-in transitions in Windows Phone 7?
Upvotes: 2
Views: 289
Reputation: 12854
I've found the Silverlight Toolkit for Windows Phone has some transitions very similar to those that exist in the phone itself.
http://silverlight.codeplex.com/
Upvotes: 1
Reputation: 3763
Micks' suggestion is great. To add awesomeness to your Windows Phone application, learning how to use Blend is important. Adding page transitions is quite simple to a Windows Phone app is easy and if you are looking for sample code/library, Kevin Marshall has a good sample here. I would also recommend reading Kevin's development tips for Windows Phone development.
Upvotes: 1
Reputation: 14882
You can implement this yourself with Blend.
Two things you can look at.
Bring Back Page Transitions to the Windows Phone List Application Template
Upvotes: 1