animationsVercel
Correct Transform Origin
MUST
MUST: Correct `transform-origin` (motion starts where it "physically" should)
Anchor motion to where it physically starts
Bad
Good
Why it matters
When elements scale or rotate, the transform-origin should match where the motion naturally originates. For example, a dropdown opening from a button should scale from the button's position, not from the center of the dropdown.
References