The problem is in navbar. The items ‘Muzika’,’Galerija’,’Utisci’ in preview mode have default state of GSAP anim hover out. (GSAP Anim names are ‘navbar hover in’ , ‘navbar hover out’)
Tried recreating animation, same happens.
Also the secondary problem, which is not that important, but can be annoying. When i move my mouse too fast across the items in navbar which have that animation, some last letters of the word stay in HOVER IN state.. It happens only when you move your mouse really fast across the words.
Can you try having both hover in and hover out actions inside the same interaction for the navbar links? For example, like how the button interaction for ‘Book DJ’ button is enabled with hover in and hover out actions.
I tried setting that up that way and the 2nd issue that you mentioned does not seem to happen anymore even if the cursor is hovered in and out quickly over the links. You can set the duration of the hover out action as per your requirements.
And regarding the first issue, can you mention what exactly is expected and what the issue is? Screenshots could help to know what is the design requirement that is not being achieved currently.
When I load the page, the links appear in hovered out state by default which is what I would expect as a user but let me know if you want to achieve some effect via interactions that is not working currently.
I happened to solve the first issue myself. Actually i wanted when the page loads to show default state (hover out state) but it showed hower in state. The problem was that in hover out animation i put ‘FROM’ values and they appeared to be the problem. When i turned off ‘FROM’ column, it all works now.
For the second problem, i’m going to try that out.