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

Make focusNode animation work when installing via NPM #318

Open
jonnor opened this issue Jan 5, 2017 · 0 comments
Open

Make focusNode animation work when installing via NPM #318

jonnor opened this issue Jan 5, 2017 · 0 comments
Labels

Comments

@jonnor
Copy link
Member

jonnor commented Jan 5, 2017

Right now works when installing via Bower, thanks to using custom fixed versions from @djdeath

The mixin we use is badly maintained. It also relies on a badly maintained easing library Ease.

  • Latest react.animate upstream git is not available on NPM
  • The react.animate version that is on NPM is broken, throws ReferenceError
  • When installing react.animate upstream (which has the fixes from djdeath) via bower, component-ease dependency fails to install

The easing functions actually come from tween.js, which is well maintained and available everywhere.

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

No branches or pull requests

1 participant