fn composite_animation_value(
underlying_value: &AnimationValue,
keyframe_value: AnimationValue,
composition: T,
) -> AnimationValueExpand description
Composite a keyframe value with the underlying value according to the given composite operation.
https://drafts.csswg.org/web-animations-1/#applying-the-composite-operation