-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Responsive translation support for UI nodes #18929
Copy link
Copy link
Closed
Labels
A-TransformTranslations, rotations and scalesTranslations, rotations and scalesA-UIGraphical user interfaces, styles, layouts, and widgetsGraphical user interfaces, styles, layouts, and widgetsC-FeatureA new feature, making something new possibleA new feature, making something new possible
Metadata
Metadata
Assignees
Labels
A-TransformTranslations, rotations and scalesTranslations, rotations and scalesA-UIGraphical user interfaces, styles, layouts, and widgetsGraphical user interfaces, styles, layouts, and widgetsC-FeatureA new feature, making something new possibleA new feature, making something new possible
What problem does this solve or what need does it fill?
The translation for UI nodes should support responsive values.
Main use case is where you want to displace a UI element by some percentage of its own size.
What solution would you like?
Replace
TransformandGlobalTransformwith an alternative that supports responsive values.