1
Fork 0
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:
Matthew Olsson 2024-02-28 18:47:49 -07:00 committed by Andreas Kling
parent 55dfeedc46
commit 15942b4262
2 changed files with 28 additions and 21 deletions

View file

@ -2231,7 +2231,7 @@
]
},
"transform": {
"animation-type": "by-computed-value",
"animation-type": "custom",
"inherited": false,
"initial": "none",
"affects-layout": false,