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

Small values (non-integer) look choppy, not smooth #628

Closed
userqt opened this issue Jun 24, 2022 · 1 comment
Closed

Small values (non-integer) look choppy, not smooth #628

userqt opened this issue Jun 24, 2022 · 1 comment

Comments

@userqt
Copy link

userqt commented Jun 24, 2022

I am tweening a simple animation on the x axis from values between -10 to -8. This is done over the course of 20 frames. It looks choppy. Are non-integer points (floating point values) not interpolated? It should tween I suppose in this way: -10->-9.5->-9->-8.5....
But it doesnt look to be doing that. It simply "jumps" to the integer value -10->-9->-8.

How can this be resolved?

@trusktr
Copy link
Member

trusktr commented Jun 27, 2022

@userqt Hello! This is a duplicate of #116

@trusktr trusktr closed this as not planned Won't fix, can't repro, duplicate, stale Jun 27, 2022
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