Skip to content

Releases: jeremyckahn/shifty

Expose processTweens

26 Feb 02:37
Compare
Choose a tag to compare

For #109: https://jeremyckahn.github.io/shifty/doc/shifty.html#.processTweens

Also:

  • Switches the test framework to Jest
  • Drops browser test runner (consider using https://www.npmjs.com/package/ndb if you need an interactive debugger)
  • Updates all of the devDependencies to their latest versions

Fixes null reference error

16 Nov 01:59
Compare
Choose a tag to compare

Performance improvements

11 Aug 15:45
Compare
Choose a tag to compare

2.5.0 switches to batched tween processing (#87), which significantly improves performance for situations when there are many tweens running at once. You can see a performance comparison between Shifty, GSAP, and jQuery here.

2.5.0 also fixes a minor bug that was introduced in 2.4.0.