[Webkit-unassigned] [Bug 81484] New: [chromium] Animation events should only be used for synchronizing animation start times

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 18 20:25:39 PDT 2012


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

           Summary: [chromium] Animation events should only be used for
                    synchronizing animation start times
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: vollick at chromium.org
                CC: jamesr at chromium.org, nduca at chromium.org
        Depends on: 81106


It is important that animations on the main and impl thread have the same start time. With 81106, we will be ticking animations on the main thread and it is important that the same value be interpolated at time t on either thread.

It is no longer important to set the final values of animations in response to an animation finishing -- animations on the main thread will finish naturally and set their final values.

-- 
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