mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 18:57:36 +00:00
LibWeb/CSS: Add support for translateZ() transform property
This commit is contained in:
parent
3ed48e6008
commit
961b067df8
2 changed files with 15 additions and 0 deletions
|
@ -139,6 +139,14 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"translateZ": {
|
||||
"parameters": [
|
||||
{
|
||||
"type": "<length>",
|
||||
"required": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"scale": {
|
||||
"parameters": [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue