Curious if anyone has hit this issue.
I have an interactive component that has multiple On delay
steps to simulate a typing animation. The instance of this component is hidden with a boolean variable by default. When I create a button element that switches the visibility boolean to true
, the component displays, but the On delay
does not trigger.
Is this intended? Workarounds? Any ideas 🙂