Silverlight:SL4 中的过渡效果?另一个框架?
我正在寻找 SL4 中的一些过渡效果。这些是标准的还是有某种框架插件?
有谁知道示例、教程。
如果存在框架,是否有文档?
提前致谢
i am looking for some transition effects in SL4. Do these come standard or is there some kind of framework addon?
Does anyone know of examples, tutorials.
If a framework exists is there documentation?
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
SL4框架具有非常强大的动画和故事板功能,但没有内置过渡概念。然而,由Microsoft开发的Silverlight Toolkit有一个TransitioningContentControl:
http://silverlight.codeplex.com/
当您更改其中包含的内容时,这将提供良好的过渡。请参阅以下教程:
http ://jesseliberty.com/2009/04/29/animated-visual-state-transitions-with-the-transitioning-content-control/
The SL4 framework has very powerful animation and storyboard features, but no transitions concepts built in. However the Silverlight Toolkit, which is developed by Microsoft, has a TransitioningContentControl:
http://silverlight.codeplex.com/
This will provide nice transitions as you change the content which it contains. See the following tutorial:
http://jesseliberty.com/2009/04/29/animated-visual-state-transitions-with-the-transitioning-content-control/
Silverlight.FX 有一套很好的过渡。
我发现它很容易使用。
http://www.nikhilk.net/Silverlight-Effects-Transitions.aspx
Silverlight.FX has a good set of transitions.
I found it easy to use.
http://www.nikhilk.net/Silverlight-Effects-Transitions.aspx