I have a vision to incorporate a "guider" into my application, a dialog box designed to help guide users by visually introducing them to significant features:
Specifically, I am interested in functionalities like attaching the guider to an element on the web page, moving it within and outside the browser window, allowing clicks within the guider to change the webpage while keeping the guider intact, as well as incorporating animations...
The provided hyperlink showcases the guider implemented in JS. I wonder if it is possible to achieve this (while creating modular code) using a more widely supported technology such as HTML5/CSS?
I'm concerned that JS may not be universally supported... Are these concerns justified? Should I be worried about avoiding the use of JS?