Hello, developers! Trying to make my website using Webflow.
When I try to export my code it works great in the project folder that I downloaded from webflow. However, when I created a react app (create-react-app) and copied: the styles, js, fonts, images folders into the public folder and copy the HTML into a react component, the content is there but not the animations.
One of my animations is that when you scroll down the page some text will appear. I have searched on the webflow forums and several people had this problem too but haven't gotten an answer to fix the problem.
Any help?
am not familiar with webflow, but is there any error that appears in ur console? r u sure u imported all files correctly?
https://github.com/DAB0mB/Appfairy
If you have more than one page that relies on animations a common problem is that you need to change the data-wf-page and data-wf-site tags.
Just use a useLayout hook that has some DOM code that changes the tags



