I am trying to highlight an element which is created dynamically during the website tour (eg. it is created while going from step2 to step3).
Intro JS cannot find it ( since I suppose all the step target elements are evalauted at startup with introJs().start()
) and so it defaults to introjsFloatingElement
showing the modal in the center without highlighting any element...
Is there any way to avoid that or to load each step progressively? Thanks