MetinArslanturk/react-animation-on-scroll

Doesn't work in Next.js

Closed this issue · 5 comments

Nzent commented

I installed the anime.css package and imported the CSS package to the file but it doesn't work, it stays hidden and does not reveal.
Next.js
image

Where and how did you import animate.css file? Can you share a full project example?

Nzent commented

I used Next.js an imported animate.css in to _app.jsx file , I'm sorry but this project is client project and it's deployed

Can you create a dummy nextjs project with same conditions and test it? If it does not work then you can share the source code and I can check it.

I am having the same issue. The animation loads fine if the component is in view on page load, but if not, it never triggers

I will deploy an example with NextJS soon, it will be added to README.