I have implemented a configurator on my website that allows visitors to drag and drop elements to a specific area. Now, I am looking to add a user-friendly "helper" feature to guide visitors through the process. I came across this example and thought it would be a perfect fit:
Specifically, I am referring to the marker for the "drop area", the arrow, and the text instructing users to "simply drag the modules to the design area".
My goal is for this helper to appear when the visitor lands on the page and then disappear after their first interaction with it.
Can someone advise on how to achieve this?
Additionally, I have another question: In the example I mentioned earlier, hovering over an element reveals a window with additional information. How can I implement this feature?