I’m hoping to control the position of elements on the page per an event or state. Animating between the positions would be ideal.
For example, to slide the page content when you open a sidebar (as opposed to sidebar coming in as an overlay), or having specific elements in the header update position when other elements change.
I do see the ability to add animation presets to elements (these seem to presume position like transitioning between pages) and also the ability to update borders and background properties in Conditionals and Transitions.
Is there an option to update element / group position that I’m missing - or - some fancy workaround to emulate the same effect currently?
There are 3 ways that I know to do this (from simplest to most complex):
You can set groups (and only groups) to collapse when hidden and animate the close/open transition (what Nigel mentioned)
You can use workflows on an element to “Animate” an element (e.g., slide right in, slight left out). These are available within the workflow actions, under category “Element Actions” option “Animate”
You can create borders that are set to be invisible that transition to a different width (on the conditions tab) which makes the element seem like it moves across the page. Details and example here: Move image position with workflow - #16 by sridharan.s