Interaction Actions π§ͺ
Invoke a Webflow Interaction as an SA5 Action
Webflow's interactions are powerful, but they are not easily triggered from JavaScript.
lick
, with the element also configured as a click trigger for a Webflow interaction.
Example
Trigger;
<a wfu-trigger-click="my-event">Click me</a>
Action;
<button wfu-action-click="my-event">Hidden button</button>
In Webflow's current Interactions ( IX2 ), the button would then be set as a click trigger to trigger the interaction.
In IX2, this is setup as a script click event, on a click-based Interactions Trigger.
In Webflow's current Interactions ( IX2 ), the button would then be set as a click trigger to trigger the interaction.
Last updated
Was this helpful?