RESOLVED INVALID 100363
Remove a timing function in AnimationValue.
https://bugs.webkit.org/show_bug.cgi?id=100363
Summary Remove a timing function in AnimationValue.
Dongseong Hwang
Reported 2012-10-25 04:00:59 PDT
A KeyframeAnimation has a timing function. RenderLlayerBacking misunderstands that a KeyframeAnimation can have many timing functions, so AnimationValue, which is used to send a keyframe value to GraphicsLayer, has a timing function. This made all Accelerated Compositing implementations complex. This patch corrects this complexity.
Attachments
Patch (20.59 KB, patch)
2012-10-25 15:58 PDT, Dongseong Hwang
no flags
Patch (22.93 KB, patch)
2012-10-26 02:40 PDT, Dongseong Hwang
dongseong.hwang: review-
dongseong.hwang: commit-queue-
Dongseong Hwang
Comment 1 2012-10-25 15:58:28 PDT
Build Bot
Comment 2 2012-10-25 16:17:31 PDT
Peter Beverloo (cr-android ews)
Comment 3 2012-10-25 17:16:52 PDT
Comment on attachment 170756 [details] Patch Attachment 170756 [details] did not pass cr-android-ews (chromium-android): Output: http://queues.webkit.org/results/14544811
Build Bot
Comment 4 2012-10-25 17:37:57 PDT
WebKit Review Bot
Comment 5 2012-10-25 18:18:47 PDT
Comment on attachment 170756 [details] Patch Attachment 170756 [details] did not pass chromium-ews (chromium-xvfb): Output: http://queues.webkit.org/results/14593434
Dongseong Hwang
Comment 6 2012-10-26 02:40:47 PDT
Dongseong Hwang
Comment 7 2012-10-26 03:36:45 PDT
I misunderstood. The spec said "A keyframe style rule may also declare the timing function that is to be used as the animation moves to the next keyframe." http://www.w3.org/TR/css3-animations/#timing-functions
Note You need to log in before you can comment on or make changes to this bug.