Introduction
This is the second of three posts showing how to use Expression Blend 3 to create a shiny button template for WPF and Silverlight.
Part 1 Creating the static template (WPF and Silverlight)
Part 2 Adding transitions using triggers (WPF only)
Part 3 Adding transitions with the Visual State Manager (Silverlight and WPF)
In part 1 we created a static template that was applied to the button shown below:
In this part we’ll be creating different appearances for various button states, and animating some of the transitions between states.