2

I have three VisualStates that each have animation in them and I would like to chain them together. I want one state to begin after the last one has completed. How do I do this in Silverlight without a lot of smelly code?

4

2 回答 2

2

您是否尝试过将动画放在一个故事板中?视觉状态不是为了做你想做的事情而设计的(在一个动画完成后开始一个动画),但故事板是。

于 2009-03-27T06:38:19.823 回答
1

您可以尝试使用事件“已完成”来检测动画何时结束并开始另一个动画。

于 2009-04-08T08:01:26.693 回答