Sorry for another topic - idk if I should write it in the previous one which was about a different issue or here. On the preview version of my project, I tried to change the way in which I’m displaying menu when we click “Historie” button - instead of changing position I was thinking about changing the opacity from 0 - 100% to make it look nicer. But, when I tried to make that interaction it doesn’t seem to be working - menu is not showing.
I tried already removing all other elements animation
Your current open/close interaction on the Historie button moves the menu from top to bottom. Do you want to try creating the animation/interaction you desire and republish?
I had to include in the interaction list also Hide/Show action to make that work. With opacity set just to 0% at initial state and 100% in next frame it hasn’t worked.