[Webkit-unassigned] [Bug 33667] New: Do not apply animation-delay property if it is defined in a keyframe.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 14 03:42:31 PST 2010


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

           Summary: Do not apply animation-delay property if it is defined
                    in a keyframe.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: http://nemeseri.com/cssanimation/webkit-animation-bug.
                    html
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: izemize at yahoo.com


Any "animation-delay" declaration is applied to the animation, that is definied
in the linked keyframes section (any keyframe).

The animation-delay property can't be defined in the keyframes section of the
animation:
http://www.w3.org/TR/css3-animations/#the-animation-delay-property-

Only the "animation-timing-function" property can be applied to the keyframes:
http://www.w3.org/TR/css3-animations/#animation-timing-function_tag

Please check the example here:
http://nemeseri.com/cssanimation/webkit-animation-bug.html

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