reactour icon indicating copy to clipboard operation
reactour copied to clipboard

Need delay between each step to provide time for the element to load in DOM

Open FrancisBrokering opened this issue 1 year ago • 3 comments

I'm encountering an issue where the next step in my Reactour opens before the modal for the current step has finished opening. To open the modal, I'm using the action property within the StepType. Is there a workaround to prevent the next step from opening until the modal is fully open? https://user-images.githubusercontent.com/43657864/236607769-22fbfe99-05ce-4c23-ace9-5a768e96f368.mov

FrancisBrokering avatar May 06 '23 06:05 FrancisBrokering