mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 21:59:54 +00:00
LibWeb: Parse the animation-timeline CSS property
This commit is contained in:
parent
d79aba68d2
commit
5bbcd0a48f
Notes:
github-actions[bot]
2025-11-28 13:25:39 +00:00
Author: https://github.com/Calme1709
Commit: 5bbcd0a48f
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6912
Reviewed-by: https://github.com/AtkinsSJ ✅
14 changed files with 532 additions and 13 deletions
|
|
@ -229,7 +229,7 @@ String ShorthandStyleValue::to_string(SerializationMode mode) const
|
|||
return ""_string;
|
||||
}
|
||||
case PropertyID::Animation:
|
||||
return coordinating_value_list_shorthand_to_string("none"sv);
|
||||
return coordinating_value_list_shorthand_to_string("none"sv, {}, { PropertyID::AnimationTimeline });
|
||||
case PropertyID::Background: {
|
||||
auto color = longhand(PropertyID::BackgroundColor);
|
||||
auto image = longhand(PropertyID::BackgroundImage);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue