mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 09:14:58 +00:00

This only implements the parser bits, no functionality is implemented, and no properties are parsed because of this.
23 lines
351 B
JSON
23 lines
351 B
JSON
{
|
|
"linear": {},
|
|
"ease": {},
|
|
"ease-in": {},
|
|
"ease-out": {},
|
|
"ease-in-out": {},
|
|
"cubic-bezier": {
|
|
"parameters": [
|
|
"<number [0, 1]>",
|
|
"<number>",
|
|
"<number [0, 1]>",
|
|
"<number>"
|
|
]
|
|
},
|
|
"step-start": {},
|
|
"step-end": {},
|
|
"steps": {
|
|
"parameters": [
|
|
"<integer>",
|
|
"<step-position>?"
|
|
]
|
|
}
|
|
}
|