-
Notifications
You must be signed in to change notification settings - Fork 71
translateX and translateY should accept Size Percentage as well as Size LengthUnit argument #218
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
Comments
+1 for this |
Instead of what do you have to say this? |
I'm not sure I understand the question. |
You wrote "Currently I have to say", but I'm not sure what the problem with the code |
Yes that's it. |
This issue has not seen any activity in a long time. If no further activity occurs, it will be closed after ten weeks. |
Closing issues because they are old makes no sense to me. |
Fair enough. It's been closed though because there wasn't any activity for over a year. I'll assume you want this issue to stay open. What we need to drive the issue forward is a concrete proposal how to change the API (bonus points for a sketch how to change the implementation). |
Uh oh!
There was an error while loading. Please reload this page.
Currently I have to say
On the other hand,
transform $ translate (pct (- 50)) (pct (- 50))
works and is what you actually want, the two transforms above interfere with each other.The text was updated successfully, but these errors were encountered: