Doesn't work in Next.js
Closed this issue · 5 comments
Nzent commented
MetinArslanturk commented
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
MetinArslanturk commented
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.
ignacio-dev commented
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
MetinArslanturk commented
I will deploy an example with NextJS soon, it will be added to README.