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:
parent
efa55673cd
commit
0c14698028
4 changed files with 237 additions and 13 deletions
|
@ -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": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue