LibWeb: Implement linear easing according to latest spec

This commit is contained in:
Gingeh 2024-11-03 14:56:16 +11:00 committed by Sam Atkins
commit c67ecf37f7
Notes: github-actions[bot] 2024-11-05 10:42:28 +00:00
9 changed files with 513 additions and 49 deletions

View file

@ -13,6 +13,7 @@
"linear(5% 0, 10% 0.5, 100% 1)",
"linear(5% 0, 1 100%)",
"linear(-14, 27 210%)",
"linear(0.5 5% 10%)",
"ease",
"ease-in",
"ease-out",
@ -39,7 +40,6 @@
"linear(5 10)",
"linear(5% 10%)",
"linear(0.5 5% 10)",
"linear(0.5 5% 10%)",
"cubic-bezier(0, 0, 0)",
"cubic-bezier(2, 0, 0, 0)",
"cubic-bezier(0, 0, 2, 0)",