[Webkit-unassigned] [Bug 75304] New: WebKit transition callback doesn't fire if CSS property did not change during the animation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 28 03:48:30 PST 2011


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

           Summary: WebKit transition callback doesn't fire if CSS
                    property did not change during the animation
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
               URL: http://jsfiddle.net/NpdcJ/
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: andrej.okonetschnikow at gmail.com


If during a CSS transition all CSS properties applied to an element remain unchanged the transitionEnd event will never be fired.

Expected: the transitionEnd event should fire even if CSS properties remain unchanged.

Please find here a test case: http://jsfiddle.net/NpdcJ/

It might specially occur if CSS properties are set programmatically and not through CSS classes.

As a workaround one can set translate property with sub-zero properties (0.01px) to invoke a transition. Here is an example with a workaround: http://jsfiddle.net/GX7jz/

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