RESOLVED FIXED Bug 249498
[web-animations] add an AnimatableProperty type to encapsulate either a standard or custom property
https://bugs.webkit.org/show_bug.cgi?id=249498
Summary [web-animations] add an AnimatableProperty type to encapsulate either a stand...
Antoine Quint
Reported 2022-12-16 14:13:12 PST
The animation code is currently heavily biased towards dealing with "standard" CSS properties, represented by the CSSPropertyID type. However, with the work to add interpolation support for custom properties (see bug 249293) and to support CSS Transitions for custom properties (see bug 249399), we really need to deal with both custom properties and standard properties everywhere we currently deal with only standard properties. So let's add a new type, AnimatableProperty, which is an std::variant<CSSPropertyID, AtomString>.
Attachments
Antoine Quint
Comment 1 2022-12-16 14:20:18 PST
EWS
Comment 2 2022-12-17 03:13:17 PST
Committed 258040@main (ea7b3989b369): <https://commits.webkit.org/258040@main> Reviewed commits have been landed. Closing PR #7780 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2022-12-17 03:14:14 PST
Note You need to log in before you can comment on or make changes to this bug.