I'am in trouble with nextjs + react-animation-group, I'have follow the docs to implement but doesn't work, i need to animate a component from opacity 0 to 1 in 2.5 sec. here my test:
https://codesandbox.io/s/transition-group-u5htd
you can see that "Animation div" appear instantly instead with opacity transition, any ideas how to solve?
Thx all