How to change the image when the menu collapses

I need the current image to be changed to another image when the menu collapses, how could this be done?

image

I guess your using a variable for this ? Like “Menu is collapsed? = yes or no” And so the source of your image has to be :

If(“Menu is collapsed?=yes”,“theimagewhencollapsed.png”,“theimagewhennotcollapsed.png”)

The ‘if’ formula will say when the first condition is true return value1 if not return value2

Could you make a video demonstrating how to do this?

1 Like

Yep