Automatic reverting to old position
Opened this issue · 2 comments
akoel commented
Love redux-time! I am using it with react-three-renderer and it works very well. However, currently an object automatically reverts to its old position after running the 'Animate' or 'Translate' function. I use 'Become' to set the position after doing the animation. I am not sure if this is best practice.
My suggestion would be to add a boolean option in the object passed into the 'Animate' or 'Translate' function with something like "revert: true/false". On "false" the end_state will be permanent in the Redux store.
pirate commented
The canonical solution is to set the end state with a Become
as well, maybe I'll consider adding a flag.