You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When upgrading to 4.0.6 from 4.0.4 I've started experiencing performance issues when the onExit animation triggers in combination with inserting new elements in the PoseGroup. It might be related to this fix #682
Using the lastes version of react-pose ( 4.0.6 )
Currently, when PoseGroup triggers leave animations, it removes the animating element from the DOM once that animation is finished.
The problem is that when lots of other animations are still animating, this React reconciliation stutters.
Steps to reproduce the behavior:
I've read that the onRest prop should fix this, but I'm not sure how to implement this.
This is prominent across all browsers!
I hope this could get fixed, or if I'm doing something wrong, someone could correct me!
Cheers.
The text was updated successfully, but these errors were encountered: