How to integrate this JS animation into Webflow

Hi. Put custom code before body. Cleaner code!! (you put all of the code as embed HTML)

In the way you build this is really hard to work with webflow UI (why not drag and drop div - add to this div ID)

Anyway - In your case add this wrapper to your code (i forgot from this) - should work

document.addEventListener("DOMContentLoaded", function() {

//your js script code

});