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

useLoop doesn't yoyo properly #195

Closed
wcandillon opened this issue Feb 12, 2022 · 1 comment · Fixed by #193
Closed

useLoop doesn't yoyo properly #195

wcandillon opened this issue Feb 12, 2022 · 1 comment · Fixed by #193
Assignees

Comments

@wcandillon
Copy link
Contributor

When using useLoop() with yoyo: true, has one faulty frame. This can be seen on the breathe example that flickers one frame on each frame. By logging the values we:

 LOG  0.976
 LOG  0.984
 LOG  0.992
 LOG  1
 LOG  0 // this is the issue
 LOG  0.9915
 LOG  0.983
 LOG  0.975
@chrfalch
Copy link
Contributor

This will be fixed with #193.

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

Successfully merging a pull request may close this issue.

2 participants