driver.js
driver.js copied to clipboard
Is there a hide method available?
My app is a SPA, which creates problems with driver.js. Im using observers to wait for the selector to appear, which works, but the problem is that while waiting the previous step remains visible on the screen. What I need to do is basically hide everything (popover, highlight, overlay) and then reshow them when the next step is ready.