RESOLVED CONFIGURATION CHANGED 33667
Do not apply animation-delay property if it is defined in a keyframe.
https://bugs.webkit.org/show_bug.cgi?id=33667
Summary Do not apply animation-delay property if it is defined in a keyframe.
Andras Nemeseri
Reported 2010-01-14 03:42:31 PST
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
Attachments
Testcase (712 bytes, text/html)
2010-05-27 22:26 PDT, Simon Fraser (smfr)
no flags
Simon Fraser (smfr)
Comment 1 2010-05-27 22:26:49 PDT
Created attachment 57293 [details] Testcase
Young Han Lee
Comment 2 2011-06-24 19:59:35 PDT
This issue seems resolved. The testcase doesn't reproduce the bug anymore, at least r89721.
Brent Fulgham
Comment 3 2022-07-11 16:59:22 PDT
Safari, Chrome, and Firefox show the same rendering behavior for this test case. I do not believe any further compatibility issue remains.
Note You need to log in before you can comment on or make changes to this bug.