[Webkit-unassigned] [Bug 205060] [Web Animations] Move getKeyframes() "composite" properties behind the composite operations runtime flag

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 10 13:11:51 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=205060

Antoine Quint <graouts at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |CONFIGURATION CHANGED
                 CC|                            |graouts at webkit.org
             Status|NEW                         |RESOLVED

--- Comment #1 from Antoine Quint <graouts at webkit.org> ---
This is done, per KeyframeEffect::getKeyframes():

        if (document.settings().webAnimationsCompositeOperationsEnabled()) {
            if (auto compositeOperation = keyframe.compositeOperation())
                computedKeyframe.composite = toCompositeOperationOrAuto(*compositeOperation);
        }

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230510/d02309b9/attachment.htm>


More information about the webkit-unassigned mailing list