Hello, I'm new with the library, so I don't know if its possible, but I really would like, my styles instantly reset to the values of before animation started, after animation end.
I'm reseting it, deleting the component when called onRest, but it feels so slow, so the end animation styles are staying for a second before its being deleted.
Here you can see the result:
I will try to do it will other library if not, but I would like to know if Its possible to be done with react motion, my styles just get reseted automatically when animation end.
Hello, I'm new with the library, so I don't know if its possible, but I really would like, my styles instantly reset to the values of before animation started, after animation end.
I'm reseting it, deleting the component when called onRest, but it feels so slow, so the end animation styles are staying for a second before its being deleted. Here you can see the result:
https://gyazo.com/b5662c1a7362b1d20e96c4f7ee916dc0
I will try to do it will other library if not, but I would like to know if Its possible to be done with react motion, my styles just get reseted automatically when animation end.
Here the code: