mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-22 10:19:20 +00:00
LibWeb: Handle steps(x, start) like steps(x, jump-start)
This commit is contained in:
parent
672590c360
commit
cd5d8f4d95
Notes:
github-actions[bot]
2024-11-06 09:28:51 +00:00
Author: https://github.com/Gingeh
Commit: cd5d8f4d95
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2173
Reviewed-by: https://github.com/AtkinsSJ ✅
3 changed files with 27 additions and 3 deletions
|
@ -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)",
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue