Webflow Interactions
Reset your IX2 Interactions after SA5 HTML completes its changes.
Webflow.require('ix2').init();<script>
Webflow.push(function() {
setTimeout(function() {
Webflow.require('ix2').init();
}, 2000); // Delay of 2 seconds (2000 milliseconds)
});
</script>Last updated