本文介绍了在动画中使元素可见时切换屏幕的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我通过制作一系列不透明的红色框来制作动画中的进度条。  最后一个框附有导航到行为,单击它时可以正常工作。  但是,我希望导航到行为作为
动画中的最后一个动作触发。  当最后一个框将其不透明度从0%更改为100%时,如何更改屏幕?  

I made a progress bar in an animation by making a series of red boxes opaque.  The last box has a navigate-to behavior attached to it and it works when it is clicked.  However, I want the navigate-to behavior to trigger as the last action in the animation.  How can I change screens when the last box changes it's opacity from 0% to 100%?  

推荐答案


这篇关于在动画中使元素可见时切换屏幕的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-16 23:12