Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

translate, scale:, rotate: shorthands for transform: #321

Open
1aron opened this issue Dec 27, 2023 · 1 comment
Open

translate, scale:, rotate: shorthands for transform: #321

1aron opened this issue Dec 27, 2023 · 1 comment
Labels
feature New feature

Comments

@1aron
Copy link
Member

1aron commented Dec 27, 2023

Description

Translate X

transform:translateX(20)
translateX(20)
+ translate:20

Translate Y

transform:translateY(20)
translateY(20)
+ translate:0|20

Translate X Y

transform:translate(20,20)
translate(20,20)
+ translate:20|20

...

@1aron 1aron added the feature New feature label Dec 27, 2023
@1aron 1aron added this to the 2.X milestone Dec 27, 2023
@1aron 1aron changed the title translate, scale:, rotate: shorthands for transform: translate, scale:, rotate: shorthands for transform: Dec 27, 2023
@1aron 1aron removed this from the 2.X milestone Jan 31, 2024
@neneodonkor
Copy link

neneodonkor commented May 11, 2024

Perhaps, a shorter version could be supported as well: tr:20 or trans:20. 😁

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
None yet
Development

No branches or pull requests

2 participants