Source Code Repository: https://github.com/qcaodigital/cocktail_curations
Live Site:
I recently deployed my NextJS project to Netlify and everything seems to be working fine, except for one issue. Each page has an exit animation (currently set to change opacity from 1' to '0'
in 1000ms). To test, I reduced the exit animation time for the "Contact Page" to 0ms.
It appears that the SCSS.module
is being removed before the animation completes, as you can still see the markup on the page during the time when the animation should be happening without any styles applied.