1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 13:47:34 +00:00

LibWeb: Fully implement CSS animation-timing-function

This implements all the timing functions, and hopefully all their
quirks.
Also changes the animation demo to use some funny cubic timing
functions.
This commit is contained in:
Ali Mohammad Pur 2023-07-06 16:56:25 +03:30 committed by Andreas Kling
parent efa55673cd
commit 0c14698028
4 changed files with 237 additions and 13 deletions

View file

@ -122,13 +122,8 @@
"affects-layout": true,
"inherited": false,
"initial": "ease",
"__comment": "FIXME: This is like...wrong.",
"valid-identifiers": [
"ease",
"linear",
"ease-in-out",
"ease-in",
"ease-out"
"valid-types": [
"easing-function"
]
},
"appearance": {