Animate Layout from Center-Aligned to Right-Aligned
I want to have a circle move from the center of an animation, to the top right corner of an animation, over time (let's say 1 second).
However, I want it to be responsive, based on the new layouts features. No matter how wide or tall the artboard is, the circle starts in the center, and ends in the top right corner of that artboard.
Currently this doesn't seem possible, as you can't keyframe/interpolate between alignments, though it seems pretty important. Am I missing something?
Like this, but imagine now that you change the framing/artboard to square, or vertical, or whatever, and the square always ends on the top right corner.
Yeah, you're right, you can't use the alignment options if you want to interpolate the difference. You can try using either constraints (with the targets existing inside of the layout) or you could try the different pinning and distance properties to achieve the effect.