beekai-oss / react-simple-animate

🎯 React UI animation made easy
https://react-simple-animate.now.sh/
MIT License
1.82k stars 61 forks source link

useAnimate now using updated callback function #66

Closed blyszcz closed 5 years ago

blyszcz commented 5 years ago

If onComplete function will update during the animation, setTimeout callback will execute the one that it had in scope when setTimeout was declared. To fix this we need to update callback during animation time as well.

bluebill1049 commented 5 years ago

thanks @blyszcz