开发者

WPF: How to speed up a storyboard animation?

开发者 https://www.devze.com 2023-02-14 23:10 出处:网络
I have a storyboard animation, I\'d like for it to g开发者_StackOverflow社区o twice as fast how can I do this?

I have a storyboard animation, I'd like for it to g开发者_StackOverflow社区o twice as fast how can I do this?

Thanks!


Try this:

<Storyboard SpeedRatio="2" ...>


If you mean what i think you mean, you just have to set the Duration. See the Storyboard class for more information.

0

精彩评论

暂无评论...
验证码 换一张
取 消