Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.

v3.8.23: Minor change

Compare
Choose a tag to compare
@dalisoft dalisoft released this 25 Sep 16:34
· 166 commits to master since this release

Deprecate

  • Tween: #seek method deprecated as it's not working excepted. PR are welcome (for fix without loss (or less loss) of performance)

Improvements

  • Rollup: Config file change to latest after lock-file update
  • Timing: while repeating it's now uses delay insteadof repeatDelay
  • Timing: startTime accepts relative value to current timestamp, as replacement of delayTime (as delayTime now acts like repeatDelay too)