Header Animation

I’m trying to animate my header component for a project. The goal is to hover over the top area, or maybe click a downward arrow button that would either expand or hide the top header for a project. What would be the best way to do this?

I would use a north-docked window as the header. And place a custom item in the menu bar that would toggle its presence.

I would almost want it to slide up or down, and would prefer not to have to turn it on or off.
If I toggle it’s presence, is there a way script the header itself to change the size/position of the header?

Run some experiments changing the height of that window at runtime instead of opening and closing it.

1 Like