chenglou / react-tween-state

React animation.
Other
1.74k stars 70 forks source link

Reapp #30

Closed natew closed 8 years ago

natew commented 9 years ago

Fixed tweenQueue

natew commented 9 years ago

For what it's worth, this won't work on es6 without adding a tweenQueue to the class constructor manually.

I ended up moving to react-animate, on a branch, so you could check there for ideas:

https://github.com/reapp/react.animate

jide commented 9 years ago

Interesting ! What branch is this ? :)

jide commented 9 years ago

Ah ok, got it.

jide commented 9 years ago

I've found animations using react.animate are much less performant than react-tween-state...

jide commented 9 years ago

Hum, sorry, that was my fault :/

chenglou commented 8 years ago

26. Sorry about this, thanks again =).