Automatically show hover view

Hi everyone!

I’m having difficulty finding any information on how to show the hover view before regular view with a hover box. I have a list of hoverboxes where clicking on each makes different text appear to the left. I want viewers to know that clicking on each item makes text appear, so I want the first item’s text to show on onViewportEnter and I want the first item’s hover view to show with the linked text. How do I make it to where the first item’s hover view + text shows without having to click it?

If you check API reference - you are not going to find hover boxes:
https://www.wix.com/corvid/reference/$w.html

I believe that working with them will be only possible using default Editor’s functionality.

I’m pretty sure that it is not possible but you can try going through Wix Support about this :
https://support.wix.com/en/article/contacting-wix-support

You could play with layering regular boxes and conditionally change their state to achieve the effect you want

Thanks for responding! Could you tell me how I would go about conditionally changing their state? I was hoping to achieve placing regular text like the hover view over the hover box initially to create a duplicate layer–and then on clicking anything else, it has an exit animation. Is this possible?