ladybird/Base/res
Ali Mohammad Pur e90752cc21 LibWeb: Add preliminary support for CSS animations
This partially implements CSS-Animations-1 (though there are references
to CSS-Animations-2).
Current limitations:
- Multi-selector keyframes are not supported.
- Most animation properties are ignored.
- Timing functions are not applied.
- Non-absolute values are not interpolated unless the target is also of
  the same non-absolute type (e.g. 10% -> 25%, but not 10% -> 20px).
- The JavaScript interface is left as an exercise for the next poor soul
  looking at this code.

With those said, this commit implements:
- Interpolation for most common types
- Proper keyframe resolution (including the synthetic from-keyframe
  containing the initial state)
- Properly driven animations, and proper style invalidation

Co-Authored-By: Andreas Kling <kling@serenityos.org>
2023-05-29 05:35:41 +02:00
..
apps Base+Userland: Apply Human Interface Guidelines to Object text 2023-05-23 05:59:49 +02:00
color-palettes Base: Add pastel color palette 2022-02-10 10:22:17 +00:00
color-schemes Everywhere: Move Base/res/terminal-colors to Base/res/color-schemes 2022-12-31 04:20:59 -07:00
cursor-themes Base: Remove an upscaled version of a Hidden cursor 2022-09-01 14:27:07 +01:00
devel/templates LibGUI: Make Application's construction fallible 2023-05-05 16:41:21 +01:00
emoji Base: Add 7 new emojis 2023-03-21 17:31:49 +00:00
fonts Base: Add some Arrows & General Punctuation to Csilla Regular 12 2023-05-09 06:18:30 +02:00
graphics Base+Snake: Capitalize snake skin names 2023-05-06 22:19:41 +02:00
html LibWeb: Add preliminary support for CSS animations 2023-05-29 05:35:41 +02:00
icons Base: Improve Assistant App Icon (16px) 2023-05-07 06:33:13 +02:00
js/Spreadsheet Spreadsheet: Fix maxIf and minIf name in documentation 2022-10-29 06:29:11 +03:30
keymaps Base: Add US English Apple Macintosh keymap 2023-04-14 10:00:06 +02:00
themes Themes: Add color schemes to all themes 2022-12-31 04:20:59 -07:00
wallpapers Base: Add back the OG grid wallpaper from back in the day, now as a PNG 2020-04-30 12:31:02 +02:00
fortunes.json Base: Add a quote to the fortunes database 2023-02-13 12:10:27 +00:00
words.txt Games: Add MasterWord 2022-03-18 04:55:21 -07:00