kamranahmedse / driver.js

A light-weight, no-dependency, vanilla JavaScript engine to drive the user's focus across the page

Home Page:https://driverjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Suggestion] Add disableActiveInteraction to Drive Step Configuration.

sandstone991 opened this issue · comments

I'm currently implementing an onboarding tutorial, some steps just give plain info and the user shouldn't be able to interact with anything, and some steps wait for user interaction. I think it'd be more convenient if I could enable interaction for certain steps and disable it for others.