mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 04:17:35 +00:00
LibWeb: Revert changing transform's animation-type to by-computed-value
In the upcoming commits where we properly handle transformation interpolation, it actually becomes easier to change this back to custom, so lets do that since its more correct anyways.
This commit is contained in:
parent
55dfeedc46
commit
15942b4262
2 changed files with 28 additions and 21 deletions
|
@ -2231,7 +2231,7 @@
|
|||
]
|
||||
},
|
||||
"transform": {
|
||||
"animation-type": "by-computed-value",
|
||||
"animation-type": "custom",
|
||||
"inherited": false,
|
||||
"initial": "none",
|
||||
"affects-layout": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue