Use Flowboard for repeatable motion
Page-load entrances, simple hover states, click toggles, and basic scroll reveals are good candidates for native interactions.
Flowboard can translate supported GSAP motion into native Webflow ix3 interactions, so page-load, click, hover, and simple scroll behavior stay editable in Webflow.
Scroll down to see ScrollTrigger in action. Smooth, performant, and completely customisable animations.
This page reflects the supported GSAP shapes already present in the Flowboard extension repo today, not a speculative roadmap.
Simple `gsap.from(...)`, `to(...)`, `fromTo(...)`, and setup `gsap.set(...)` calls can map into native interaction steps.
Straightforward click, mouseenter, mouseleave, and simple toggle handlers can become native Webflow triggers.
Selector-based `ScrollTrigger` configs with `start`, `end`, `scrub`, and `once` are supported in Flowboard’s mapper.
Simple `gsap.timeline(...)` chains and reversed toggle patterns are recognized when the control flow stays predictable.
Simple class-targeted `SplitText.create(...)` and `new SplitText(...)` calls can carry over into native interaction payloads.
When only part of the motion is native-safe, Flowboard maps the supported transform steps and keeps the rest explicit.
Bring HTML, CSS, and supported GSAP snippets into Flowboard while you work inside Webflow Designer.
Flowboard resolves supported selectors and emits Webflow ix3 interactions for load, click, hover, and simple scroll motion.
Unsupported selectors, plugin features, or non-native styles stay surfaced as warnings instead of becoming broken hidden output.
The extension intentionally leaves unsupported GSAP behavior visible. That is safer than pretending every animation can be flattened into ix3.
If your snippet mixes supported transform motion with unsupported style or runtime logic, Flowboard maps the native-safe subset and flags the rest. That preserves editability without hiding behavior drift.
`clipPath`, `visibility`, `backgroundColor`, `color`, and similar style-driven tweens are not fully native yet.
`pin`, `snap`, lifecycle callbacks, custom scrollers, and more complex trigger behavior still sit outside current ix3 coverage.
Sibling selectors, attribute selectors, pseudo elements, nested conditionals, and custom playback state are still too loose to map safely.
Class toggles, DOM mutations, and app-state logic mixed into handlers remain supplemental runtime behavior rather than native ix3.
Use Flowboard when the GSAP intent is clear enough to map, and use manual rebuilds when the animation depends on custom runtime behavior.
Page-load entrances, simple hover states, click toggles, and basic scroll reveals are good candidates for native interactions.
Advanced plugins, custom scrollers, callbacks, DOM mutation, and app state are usually better handled as intentional JavaScript.
Flowboard surfaces what mapped and what did not, so you can decide what to keep native and what to refine manually.
Pair this with Flowboard’s HTML to Webflow converter so structure, classes, and supported motion land in the same workflow.