I'm building a Silverlight 4 UserControl in Blend which has three VisualStates.
I would like to have the states change from the first to the second state after a delay of a few seconds, second to third after a few more seconds, third to first after another delay, and continue rotating like that.
Essentially, this is a very primitive "ad rotator", using some static images for a prototype I'm building.
Is it possible to do this using Blend? If so, how? I'm able to use TimerTriggers and ActivateStateAction behaviors to create the first full rotation, but I'm not sure how to reset the timers, or whether another approach will work better.