Skip to content
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

Inconsistently alpha of first object doesn't fade in transition #710

Open
nightfall708 opened this issue Mar 5, 2021 · 2 comments
Open
Assignees

Comments

@nightfall708
Copy link

What did you do?

Simple transition between two view controllers, with one object with the same heroID.

What did you expect to happen?

Consistent smooth transitioning

What happened instead?

1 out of 4 transitions doesn't work well (supposedly randomly) as the first view's alpha stays 1.0 until the very last frame of the transition, instead of decreasing to 0.

General Information

  • Hero Version:
    1.6

  • iOS Version(s):
    14.4

  • Swift Version:
    5.0

  • Devices/Simulators:
    Any device

  • Reproducible in Examples? (Yes/No):
    Yes

Demo Project

n/a yet

@nightfall708
Copy link
Author

Apparently #654 solves the issue. This is probably because my first object has a background layer.

@nightfall708
Copy link
Author

I ended up adding modifier forceNonFade and setting the alpha to 0.99, but I am not sure why yet.

@JoeMatt JoeMatt self-assigned this Mar 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants