想要将按钮动画播放到最后,因为它已被触发
我有一个按钮。我为按钮设置了很棒的动画。单击按钮时会触发它。但是,如果手指释放按钮太快 - 动画将淡出到初始值,因此用户将看不到我的动画的所有美丽。我还有一个针对此按钮的事件...
我想要的:用户按下按钮>>动画开始并播放到最后>>>逻辑事件触发器触发。
问题是 - 我可以用简单的方式做到这一点吗?在 XAML 中设置一些值?
因为我知道的唯一方法是:
用户按下按钮>>>在代码中触发事件触发器,触发我的动画>>动画完成触发器触发我的逻辑事件。
有没有更简单的方法来实现?
谢谢。
I have a button. I set an awesome animation to my button. It fires when the button has been clicked. But, if finger release button TOO quickly - animation will fade to initial values, so user will NOT see all the beauty of my animation. Also I have an event for this button...
What I want: User press button >> Animation starts and plays to the end >> logic-event trigger fires.
The question is - can I do it SIMPLE way? Setting some values in XAML?
Because the only way I know is:
User press button >> In code fires event trigger, that fires my animation >> animation-completed-trigger fires my logic-event.
Is there a way to achieve it more simply?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论