silverlight下的平移效果
祝大家有美好的一天, 我很难找到有关如何在 silverlight 中创建这种酷平底锅效果的信息。有人可以帮我吗? 这是一个 Flash 站点的链接,具有我需要的效果。 http://www.marcecko.com/#/
Good day to all,
I am having difficulty finding information on how to create this cool pan effect in silverlight. Can any one help me out?
This is a link to a flash site that has the effect that i need.
http://www.marcecko.com/#/
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我也非常喜欢这个效果,所以我使用行为重新创建了它:
只需将此行为添加到任何 ScrollViewer 中,它就可以正常工作。例如,这个 xaml:
请注意,我仅在 WPF 中测试了它,但它在 Silverlight 中的工作原理应该几乎相同。 --编辑-- 在两种技术中都进行了测试。
+1 很酷的问题! :)
I really liked the effect too, so I recreated it using Behaviors:
Just add this behavior to ANY ScrollViewer, and it simply works. as an example, this xaml:
Note that I've tested this only in WPF, but it should work pretty much the same in Silverlight. --EDIT-- Tested it, in both technologies.
+1 for cool question! :)