Skip to main content
Solved

While Hover Interaction Not Showing in Present Mode

  • October 24, 2023
  • 3 replies
  • 699 views

Hi,

I was following a tutorial that required me to add a while hover interaction over text in the navigation bar. It should be the case that when I place my mouse over the words the underline appears and is grey. However, when I hover my mouse of the text nothing happens.

My work in present mode.

Home Page

It supposed to look like this:

Best answer by oagilliam

I found the problem! Somehow, my desktop layer was within a group layer which was preventing the interaction from happening.

This topic has been closed for replies.

3 replies

Claudio_Torres
  • New Participant
  • October 25, 2023

Hello you have to give the interaction into the component inside of the variant, add
Connect the Default state with the Active state with the interaction “While Hovering” +smart animation, and the connect Active state with the Default state with the interaction “Mouse leave” + smart animation.


  • Author
  • October 25, 2023

Unfortunately, I’m unable to upload a vid showing the issue because I’m a new user, but sadly I am still unable to see the hover effect.

This was the change I made:


  • Author
  • Answer
  • October 25, 2023

I found the problem! Somehow, my desktop layer was within a group layer which was preventing the interaction from happening.