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>.
Pull request: https://github.com/WebKit/WebKit/pull/7780
Committed 258040@main (ea7b3989b369): <https://commits.webkit.org/258040@main> Reviewed commits have been landed. Closing PR #7780 and removing active labels.
<rdar://problem/103477720>