[Webkit-unassigned] [Bug 100361] New: In the case of multiple animations specifying behavior for the same property, the animation defined last will override the previously defined animations.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 25 03:52:38 PDT 2012


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

           Summary: In the case of multiple animations specifying behavior
                    for the same property, the animation defined last will
                    override the previously defined animations.
           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


http://www.w3.org/TR/css3-animations/#animations

CSS Animaitions spec said
"In the case of multiple animations specifying behavior for the same property, the animation defined last will override the previously defined animations."

But WebKit chooses the first one. It is because RenderStyle for a keyframe value always has the value which the first animation defined.

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