-
Notifications
You must be signed in to change notification settings - Fork 629
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
CSS Transforms #3411
Comments
|
Doesn't really matter. We should interpret all kinds of input. Though the issue is these functions order affect rendering. Seems like using shorthands like Also interesting |
@TrySound Can we honestly use "translate" property on a published site? |
In 7 months will be green baseline but I can merge it in css engine as well |
Other engines got it earlier |
## Description Parses `translate` css property and converts them into tuples. Related to the series of PR that enables transform property #3411 ## Code Review - [ ] hi @kof, I need you to do - conceptual review (architecture, feature-correctness) - detailed review (read every line) - test it on preview ## Before requesting a review - [x] made a self-review ## Before merging - [x] tested locally and on preview environment (preview dev login: 5de6) - [x] added tests
## Description Adds the primary `translate`, `scale`, `rotate`, skew` properties under transform section. Related to #3411 ## Steps for reproduction - Add multiple properties under the transform section. - Update values of each property from the UI. - Hide/Delete each individual property ## Todo - [x] Need to discuss if the `isExperiemental` flag need to be removed before merging the branch. ## Code Review - [x] hi @kof, I need you to do - conceptual review (architecture, feature-correctness) - detailed review (read every line) - test it on preview ## Before requesting a review - [x] made a self-review - [x] added inline comments where things may be not obvious (the "why", not "what") ## Before merging - [x] tested locally and on preview environment (preview dev login: 5de6) - [x] added tests - [ ] if any new env variables are added, added them to `.env` file --------- Co-authored-by: Oleg Isonen <oleg008@gmail.com>
@johnsicili its fixed in this one 👍🏽 |
Sorry.. reacted with the wrong emoji.. on mobile the laughing face looked like a smile. This looks really good btw, can't wait for it to be released! |
As a user I want to use CSS transforms
https://www.figma.com/design/xCBegXEWxROLqA1Y31z2Xo/%F0%9F%93%96-Webstudio-Design-Docs?node-id=10712-4063&m=dev
The text was updated successfully, but these errors were encountered: