React Animation Frame Versions Save

A React higher-order component that invokes a callback in a wrapped component via requestAnimationFrame

v1.0.1

6 years ago

v1.0.0

6 years ago
  • 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

v0.3.0

6 years ago

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