开发者

Is it possible to change the animation speeds in Silverlight themes?

Is it possible to change the animation speeds t开发者_如何学编程hat are used in the Silverlight toolkit themes?

Specifically, I like the look of the Expression Dark theme, however I feel that some of the animations it uses take too long and make it feel sluggish.

I'd like to be able to modify the animation speeds thru a setting, and be able to do so without having to copy the theme to my own and re styling the whole thing. I'm guessing the answer to this is that its not possible, but I'm hoping I'm wrong.

Thanks!


I don't have access to VS now, so I am just thinking out loud here. But I think you could create your own custom controls and derive from the controls you want to change. Then you could override OnApplyTemplate and hopefully find the animation elements you want to change in the visual tree. At that point you should be able to change their values (I think). But it would require a lot of code if you want to change many of the controls. And you would still need to look through the XAML of the templates to determine how to find them in OnApplyTemplate.


I would recommend building your own theme from the Expression Dark theme. They are open source and available for modification.

Inside the Toolkit install you'll find the .Xaml for the theme; you can use that with ISM.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜