如何缩短StoryBoard DoubleAnimation的KeyTime值

时间:2012-07-08 15:35:33

标签: windows-phone-7 storyboard

我想更改DoubleAnimation的KeyTimes。我有5个KeyTimes,我将它们命名为Key1,Key2,Key3等。

DoubleAnimation称为xAnimation。有谁知道如何更改KeyTimes?

1 个答案:

答案 0 :(得分:4)

如果您需要相同的动画,只需更快或更慢,您只需要设置更高的速度比。

将其设为:

myStoryboard.SpeedRatio=2;

以上示例将以两倍的速度播放动画。您可以相应地使用更高或更低的数字。