Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix crash for interleaving animations + modernise dependencies #40

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

alexander-stripe
Copy link

This PR:

  • Modernises all dependencies (couldn't get it to build on my machine with the existing ones)
  • Fixes a bug where calling dynamics.stop in complete for example with another interleaved animation in place caused a crash. Also added a test. This happens frequently when combined with react animations since the react lifecycle componentWillLeave(callback) will call componentWillUnmount once callback is called (synchronously) which usually should call dynamics.stop.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant