I have a component that scales on hover and I would like it to scale from the center, however it seems like I’m not able to change the origin point, it’s always defaulted to 0,0
regardless of the constraints I set on it.
1 Like
Found a hack-y workaround where you create a wrapper frame that stays the same between states and the padding/positioning of the internal content changes between states.
3 Likes
The man is a genius… but really, it should work automatically… I wonder if variants even have a “center” conceptually.