[Webkit-unassigned] [Bug 71623] New: animation-timing-function falls back to ease when overriding animation-name

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 6 02:21:16 PST 2011


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

           Summary: animation-timing-function falls back to ease when
                    overriding animation-name
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
               URL: http://jsfiddle.net/leaverou/zXPzY/44/show
        OS/Version: Mac OS X 10.6
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: lea at verou.me
                CC: simon.fraser at apple.com


If you use the animation shorthand without an animation-name and then use animation-name separately, the easing fallsback to the initial value (ease), instead of the specified one (linear). However, the shorthand declaration isn't dropped entirely, as the duration and iteration-count behave as expected. 

Firefox does not have this problem, as can be seen by the more generic version of the testcase http://jsfiddle.net/leaverou/zXPzY/43/show (which uses -prefix-free to add the prefixes, unlike the testcase which only uses -webkit- and no scripts).

The issue is also reproducible in Webkit nightlies.

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