Hi All,
There is a lot of talk about the simplicity of Visual States and the transitions between them in WPF/Silverlight.
I have the need to generate animations dynamically at runtime, to animate the rotation of a 3D model (depending on the users mouse interaction, I want to rotate the 3D model around its axis).
I have been generating an Animation at runtime and animating the model, just fine, but it feels wrong to me... I was wondering if anyone out there thinks that creating visual states at runtime would be a better alternative?
Cheers, Mark