Interactions
Principles for interactions in Webflow to ensure clean export
Webflow interactions are JavaScript-powered animations and transitions. Most interactions are supported in Exported Components. See the [#page-interactions] section for more details on specific limitations.
Enabling interactions
To enable interactions in your Exported Components, you need to wrap your application in the DevLinkProvider
component.
app/layout.tsx
Page interactions
Webflow components support page triggers with a limitation: DevLink only exports the first page interaction. If a component uses multiple page interactions across different pages, DevLink will only export the first one.
GSAP-powered interactions
GSAP-powered interactions aren't supported in Exported Components.
GSAP-powered interactions aren’t supported in Exported Components.