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

Is there a way to hook up to enter/exit animations? #197

Open
0xtmphey opened this issue Jun 13, 2020 · 1 comment
Open

Is there a way to hook up to enter/exit animations? #197

0xtmphey opened this issue Jun 13, 2020 · 1 comment

Comments

@0xtmphey
Copy link

Hello there!

I've faced a problem where I need to make something when a Rib(or its view) comes to the screen. However, my code starts executing immediately after Rib creation and doesn't wait until animation finishes. Which causes 2 problems:

  1. Our app doesn't look and behave as we expect
  2. Sometimes we loose couple of frames (and see some lags) due to animation and list filling happening at the same time.

Any solution to this?

P.S. I'm using the old 0.12.0 version

Thanks in advance!

@zsoltk
Copy link
Contributor

zsoltk commented Jun 14, 2020

Hey!

A lot of things are unclear from the above for me:

  • Are you using TransitionHandler? If yes, custom or framework provided?
  • At which point do you "make something"?
  • "List filling"?

It would probably help a lot if you could provide some simplified example code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants