[Webkit-unassigned] [Bug 100632] New: Make RenderLayerBacking get the timingFunction of the correct animation.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Oct 28 23:48:33 PDT 2012


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

           Summary: Make RenderLayerBacking get the timingFunction of the
                    correct animation.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: luxtella at company100.net


When an element has multiple animations that have different timingFunctions,
the progress of each animation should be calculated using its respective
timingFunction. But at this point, the timingFunction of the first animation is
only used in RenderLayerBacking::startAnimation(), regardless of how many
animations the element has.

getAnimationFromStyleByName() was introduced in r89462 so that the
timingFunction of the correct animation searched by its name will be used. This
patch moves the function to KeyframeValue::timingFunction() so that
RenderLayerBacking reuses this method.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list