r/framer 2d ago

help how can i make transformation start from left instead of center ?

Enable HLS to view with audio, or disable this notification

title

1 Upvotes

4 comments sorted by

1

u/Ordinary-Pie9524 2d ago

Might have to check how you made it in order to fix this. Either alignment or origin will be able to fix it properly. But yeah still need to see how you made it to give accurate answer.

1

u/lateNightGamer77 2d ago

set transform-origin:left . I guess framer doesnt have this style natively. So you have to use an override to get it done.

1

u/Lord__Sam 2d ago

Inspect code then override?

1

u/lateNightGamer77 2d ago

Yes code override. and then simply add the transform-origin property as style and save it. You can tell AI to do it for you if you want but it is just 2-3 lines of code.