当我点击网格时如何给动画点击效果。它看起来像瓷砖和功能很好。我是否必须改变一些混合才能实现这一点?
问问题
1364 次
2 回答
1
It sounds like you are looking for a 'tilt' effect. This is not available out-of-the-box, but there are a number of solutions available online:
- http://www.sharpgis.net/post/2012/03/02/TiltEffect-for-Windows-8-Metro-XAML.aspx
- http://blog.thomaslebrun.net/2012/09/windows-8-how-to-add-tilt-effect-to-your-controls/
I think your best option is the 'Callisto' set of utilities:
于 2013-02-01T06:19:25.683 回答
1
您缺少正确的语法:xaml reference->
xmlns:sg="using:Callisto.Controls"
和用法->
sg:Tilt.IsTiltEnabled="True"
于 2014-01-08T11:34:39.457 回答