LibWeb: Handle steps(x, start) like steps(x, jump-start)

This commit is contained in:
Gingeh 2024-11-05 22:33:27 +11:00 committed by Sam Atkins
commit cd5d8f4d95
Notes: github-actions[bot] 2024-11-06 09:28:51 +00:00
3 changed files with 27 additions and 3 deletions

View file

@ -21,14 +21,14 @@
"cubic-bezier(0, 0, 0, 0)",
"cubic-bezier(1, 1, 1, 1)",
"cubic-bezier(1, 1000, 1, 1000)",
// FIXME: "step-start",
"step-start",
"step-end",
"steps(1000)",
"steps(10, jump-start)",
"steps(10, jump-end)",
"steps(10, jump-none)",
"steps(10, jump-both)",
// FIXME: "steps(10, start)",
"steps(10, start)",
"steps(10, end)",
];