1

当我点击网格时如何给动画点击效果。它看起来像瓷砖和功能很好。我是否必须改变一些混合才能实现这一点?

4

2 回答 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:

I think your best option is the 'Callisto' set of utilities:

https://github.com/timheuer/callisto

于 2013-02-01T06:19:25.683 回答
1

您缺少正确的语法:xaml reference->

xmlns:sg="using:Callisto.Controls"

和用法->

sg:Tilt.IsTiltEnabled="True"

另请查看: https ://github.com/timheuer/callisto/wiki/TiltEffect

于 2014-01-08T11:34:39.457 回答