DEV Community

Discussion on: Animation Classes & useEffect Hooks - Is There a Better Way?

Collapse
 
stereobooster profile image
stereobooster

Can you post demo of this in codesandbox for example? It would be helpful to see playable example

Collapse
 
avatarkaleb profile image
Kaleb M • Edited

Here you go!

codepen.io/avatar-kaleb/pen/voBmzp

if you want to see the issue, comment out the useEffect hook and you will see that it fades out, then comes right back into view!

Let me know if you have any questions