Fluxyn Docs
NodesTriggers

Element Visibility

Starts a flow when a selected element becomes visible in the viewport.

Triggers

Use this when impressions matter more than clicks, like banner visibility or form exposure.

When to use it

  • Track when a promo banner is actually seen.
  • Trigger logic when a section enters the viewport.

Routing behavior

Continues through its connected downstream path when it completes successfully.

Properties

PropertyTypeRequiredDetails
eventName
eventName
stringOptionalEvent name (pre-populated)
selectors
selectors
arrayOptionalCSS selectors to observe
oncePerPage
oncePerPage
booleanOptionalFire only once per element per page

Common mistakes

  • Your selector must match a real element on the page.
  • If visibility tracking is disabled in application settings, it will not fire.

Related nodes