mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 16:37:47 +00:00
LibWeb: Support transform: translate(...)
by percentage
This commit is contained in:
parent
bc5d39493b
commit
dc94879b83
4 changed files with 43 additions and 32 deletions
|
@ -72,7 +72,7 @@ public:
|
|||
|
||||
struct Transformation {
|
||||
CSS::TransformFunction function;
|
||||
Vector<Variant<CSS::Length, float>> values;
|
||||
Vector<Variant<CSS::LengthPercentage, float>> values;
|
||||
};
|
||||
|
||||
struct TransformOrigin {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue