I'm currently developing a new application with angularjs and incorporating intro.js for a guided product tour.
My goal is to allow the user to click on a specific element, causing intro.js to zoom in on that precise element instead of following the preset sequence.
For example, if the user is at element 1 in the tour and clicks on element 3, I want them to be directed straight to element 3 without going through element 2.
Is there a way for me to implement this functionality successfully?