[Webkit-unassigned] [Bug 179941] New: [Web Animations] Adopt KeyframeList in KeyframeEffect

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 22 05:10:41 PST 2017


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

            Bug ID: 179941
           Summary: [Web Animations] Adopt KeyframeList in KeyframeEffect
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Animations
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: graouts at apple.com
                CC: dino at apple.com

KeyframeEffect currently models its keyframes by creating a new Keyframe struct and storing them in a Vector<Keyframe>. As it turns out, there already is a way to model keyframes in WebCore, it's KeyframeList. We should adopt this class, which will also make it possible to run hardware-composited animations using RenderBoxModelObject::startAnimation() in the future since this function expects a KeyframeList.

-- 
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/20171122/8f7c572d/attachment.html>


More information about the webkit-unassigned mailing list