Sounds almost like the title of a book.
I’m working on transitions between 1 xaml page and another in silverlight. Its wired up in c# but I want it to visually appear as though there is a transition between 1 place and another. Setting the scene, sort to speak.
In a WPF application, you can create an animation, set a trigger and watch the magic when you test the application.
In Silverlight 2 – no such thing. Instead, I believe C# is how I’ll need to make it happen. *sigh*