[Webkit-unassigned] [Bug 194765] Paused CSS animation with negative delay doesn't always compute the correct value on load

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 18 05:51:53 PDT 2020


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

--- Comment #5 from Antoine Quint <graouts at webkit.org> ---
If you change the keyframes to this:

@keyframes anim {

    0% {
        font-size: 2rem;
    }

    50% {
        font-size: 6rem;
    }

    100% {
        font-size: 2rem;
    }

}

This sets the value to what looks like 0.5rem for the duration of the entire animation. So setting explicit 0% and 100% keyframes show different results.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200518/85e873aa/attachment-0001.htm>


More information about the webkit-unassigned mailing list