[Webkit-unassigned] [Bug 150326] Delayed instantaneous animations not honouring ' forwards' fill-mode

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 19 16:20:54 PDT 2015


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

--- Comment #4 from Mario Sanchez Prada <mario at webkit.org> ---
(In reply to comment #3)
> I don't get the last test case. The page background is animating, but the
> content suggests the text items should appear/disapper?

Sorry for the confusion: the page background animation is simply a cosmetic thing to help see the problem better by running the test manually, but it's not really relevant to the problem at hand.

The important problem here is that the text will disappear even if opacity at the 100% keyframe is set to 1 and fill-mode is set to forwards, which apparently happens because the duration of the animation is zero (and so I'm guessing it's taking the value of the 0% keyframe instead).

I only added the background thing so that it was easier to see it, but perhaps was a mistake because it was not strictly needed for the issue at hand.

In any case, I just found that the patch for WebKit bug 146996 ("Safari mis-applies "animation-fill-mode: forwards" when using fractional iteration count") is the one who broke this behaviour: http://trac.webkit.org/changeset/187121

I've double checked it myself and I can confirm that reverting that patch gets the test case running fine once again. Simon, any idea?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151019/7391fb81/attachment.html>


More information about the webkit-unassigned mailing list