[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:24:20 PDT 2015


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

--- Comment #5 from Mario Sanchez Prada <mario at webkit.org> ---
(In reply to comment #4)
> 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).

Ah! Note that there seems to be also a link between this problem and animation-delay, since setting that property to 0s gets the animation working fine too.

Also, setting fill-mode to 'none' gets the expected result as well, as you can see in the attached test case.

Any input on this issue would be highly appreciated, thanks in advance!

-- 
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/f42fd3df/attachment.html>


More information about the webkit-unassigned mailing list