v23.0.0 - Time Travel
What's Changed
- Add : tests for onRepeat callback by @MasatoMakino in #609
- Handling of repeats with browser tab sleep by @MasatoMakino in #564
- When updates are skipped (f.e. due to
requestAnimationFrame
not firing for unfocused tabs) and then start firing again later, things now work (tweens can travel properly into the future).
- When updates are skipped (f.e. due to
- BREAKING: negative values for
.delay()
are no longer valid (it was not a documented feature). See df82146 for migration example. - Update examples to avoid removed features by @trusktr
Full Changelog: v22.0.0...v23.0.0