模仿WP7解锁页面动画
在我的应用程序中,我需要创建 wp7 页面解锁动画(即向上滑动图片并解锁设备),如何在我的应用程序中借助 xaml 或 C# 代码来实现该动画。
In my app, i need to create wp7 page unloak animation(ie sliding up the picture and unloak the device) how i can implement that in my app either with the help of xaml or with the help of C# code.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
实现wp7页面解锁动画的步骤如下
1.创建以下故事板
2.假设网格名称为
LockScreenGrid
[点击时会飞起来的图像网格]3.实现
lock_manipulationCompleted< /code>,
lock_ManipulationDelta
These are the steps to achieve wp7 page unlock animation
1.Create the following storyboards
2.Assume that the grid name is
LockScreenGrid
[Image Grid which will fly up on tap]3.Implement
lock_manipulationCompleted
,lock_ManipulationDelta