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

🐛 Fixes to the Repeat API

Compare
Choose a tag to compare
@parkerziegler parkerziegler released this 08 Mar 17:19
· 46 commits to saturn since this release

This release fixes bugs uncovered in the new repeat API outlined in #124.

Fixed

  • Specifying an even number for repeat no longer leads to an incorrect "jump" to the to value specified in the hook config. PR by @parkerziegler here.
  • Erroneously specifying a string value for repeat no longer results in an animation extending beyond its bounds. While this will be caught at compile-time by TypeScript users, it's an easy mistake for JavaScript users to make, so we guard against it at runtime. PR by @parkerziegler here.

Diff