想要将按钮动画播放到最后,因为它已被触发

发布于 2024-11-08 17:19:59 字数 326 浏览 0 评论 0原文

我有一个按钮。我为按钮设置了很棒的动画。单击按钮时会触发它。但是,如果手指释放按钮太快 - 动画将淡出到初始值,因此用户将看不到我的动画的所有美丽。我还有一个针对此按钮的事件...

我想要的:用户按下按钮>>动画开始并播放到最后>>>逻辑事件触发器触发。

问题是 - 我可以用简单的方式做到这一点吗?在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文