What happens to animations and JavaScript?

It depends. GSAP animations work, but they land as an embedded script in Webflow — they won't render in the Designer and aren't editable via the interactions panel. If you'd rather have editable motion, ask for CSS transitions and keyframes only, which convert to native Webflow CSS. Heavy JavaScript and things like <canvas> or WebGL come through as embedded code.