-
Notifications
You must be signed in to change notification settings - Fork 476
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Design board exposed (probably) during animation transitions #136
Comments
Hey @yjoo9317, can you post a screenshot or video showing the issue? I'm not sure I'm following what you're seeing. Is it that you see the background color of the artboard? |
I cannot confirm exactly what it is. |
@luigi-rosso Here is what I am going to do.
Let me know. |
HI @luigi-rosso Here is the thinking animation screen shot. Here is the thinking animation shot with overlapped progress bar. Right now, I check cachedActor and get the artboard, and only then I call setState. If I start using |
Hi @luigi-rosso, Thanks really. |
Sorry, I haven't had time to dive into this in detail yet! I hope to find some time soon! In the meantime, how are you mixing the two animations? Could it be that keyframes from one are not being reset by the other? It'd be really helpful if you could share code and/or a video of the problem to help me better understand what your intention is and where it's failing. It'd also be really helpful if you could share the Flare file with me. If it's private, you can download a backup and email it to me at [email protected]. Does it look any different in release/debug builds? |
Hi @luigi-rosso I didn't mix it. Does it ring any bell? |
It's possible that a controller gets re-initialized if the widget gets detached and then re-attached. This sounds really strange, almost like an animation from one file is being applied to a different file corrupting some of the shapes. If you get the chance, share both the code and the original Flare file so I can look in-depth at exactly what's going on... |
Hmm, it is one .flr file containing 2 different animations. Since there could be copy right issue.. |
Hi, @luigi-rosso I sent a video clip. I haven't created the sample app yet, but the video was taken from my debug page for flare animations. |
@luigi-rosso |
Dear @luigi-rosso
Recently I noticed that flare actor is often exposing design board right before playing animation.
The app dynamically changes animations between states and during the state transition,
we started seeing that happens.
Do you know any possible reason for me to see the design board?
Note:
I changed the version to 1.5.4 from 1.5.0 a week ago.
The reason I am putting this is that it seems like we didn't have this issue before.
Thanks.
The text was updated successfully, but these errors were encountered: