We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
_valuesEnd[property]'s length will grow endless, because it's a reference to this.valuesEnd
_valuesEnd[property]
this.valuesEnd
tween.js/src/Tween.ts
Lines 138 to 150 in 8db070d
checking this demo, just click the start button twice or more: https://jsbin.com/hulidowipa/edit?html,js,output
The text was updated successfully, but these errors were encountered:
@trusktr hi, could you please check my pr? 🙏
Sorry, something went wrong.
Hello, sorry for the late reply. Thanks for looking at this!
The build in the PR has an error with Prettier. Would you mind adding a small unit test for this?
fixed in #621
Successfully merging a pull request may close this issue.
_valuesEnd[property]
's length will grow endless, because it's a reference tothis.valuesEnd
tween.js/src/Tween.ts
Lines 138 to 150 in 8db070d
checking this demo, just click the start button twice or more: https://jsbin.com/hulidowipa/edit?html,js,output
The text was updated successfully, but these errors were encountered: