Joe Pea

Results 1899 comments of Joe Pea

@MasatoMakino Hello again. sorry for taking so long. Let's apply `Object.freeze()` to the objects, but without changing the export format (because that is a breaking change). f.e. ```js const Easing...

Another idea is using `as const` for type checking only, for example: [TS playground](https://www.typescriptlang.org/play?#code/MYewdgzgLgBAZiEMC8MDeBYAUDXCQBcMAjAEwDMM2AvjAIYQyiRRA)

By the way also @MasatoMakino, are you interested to join the org to help maintain and expand Tween.js? I sent you an invite.

This has been merged into `main` and released in [v20.0.0](https://github.com/tweenjs/tween.js/releases/tag/v20.0.0).

Sorry for the delay. Merged! Thanks for this very useful change! Are either of you @S-unya @chris-bingham interested in joining the org to help to maintain and expand Tween.js?

Yeah of course! In the meantime v20 is out!

I think this issue would complicate the `Tween` too much. Instead, I think it would be more valuable to be able to achieve these sorts of things with a higher...

The reason for this is because `onComplete` fires, then the _next_ `update()` call is what starts a chained tween (which seems prone to errors with long periods of time between...