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

Releases: jamesseanwright/react-animation-frame

Migrate to babel-preset-env and use babel-register in tests

28 Oct 09:36
Compare
Choose a tag to compare
v1.0.1

Reinstating skip_cleanup to preserve node_modules dir :(

1.0.0

25 Oct 11:32
Compare
Choose a tag to compare
  • Avoid setState for rafId and isActive (previous commit)
  • React 16 support
  • Upgrade dev dependencies (Enzyme, React DOM etc.)
  • Use Node.js 8 and npm 5 for local dev and CI

`startAnimation` method

17 Sep 15:36
Compare
Choose a tag to compare

Implement a startAnimation method (this.props.startAnimation) to restart the rAF loop after endAnimation has been called.