You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* main:
code formatting
update tests.yml: use npm ci instead of npm i for reproducible builds
Update tests.yml: update setup-node action version
Update tests.yml to use the latest LTS version of Node.js
#697: Added a section in the user-guide regarding the new "setNow" functionality.
#697: Added the ability to override the internal "now" function using the "setNow" function.
fix: Fixed error when registered tweens are not completed in order
fix: Fixed error when registered tweens are not completed in order
test: add test tween unit
feature: implement group-level onComplete callback, triggering both group and individual tween completion callbacks
As a developer it would be very nice to have a way to override the internal "now" functionality.
I realize that it is possible to send it, or rather "time2, as a argument when invoking methods, but that is a very cumbersome way of doing it.
I propose a way to simply "setNow" that takes a function as a argument and overrides "now" to this.
It would make implementations that modifies the "rate" of time much more convenient to do.
The text was updated successfully, but these errors were encountered: