[Webkit-unassigned] [Bug 108965] Keyframe ease written in shorthand is not applied to animation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 16 19:22:42 PDT 2023


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

--- Comment #8 from Ahmad Saleem <ahmad.saleem792 at gmail.com> ---
Using attached testcase:

WebKit ToT:

Inserted @-webkit-keyframes test { 0% { width: 10px; -webkit-animation-timing-function: ease; }}
Got @keyframes test { 0% { width: 10px; animation-timing-function: ease; } }

Firefox Nightly 113:

Inserted @-webkit-keyframes test { 0% { width: 10px; -webkit-animation-timing-function: ease; }}
Got @keyframes test { 0% { width: 10px; animation-timing-function: ease; } }

Chrome Canary 113:

Inserted @-webkit-keyframes test { 0% { width: 10px; -webkit-animation-timing-function: ease; }}
Got @-webkit-keyframes test { 0% { width: 10px; animation-timing-function: ease; } }

________

Do we need to track it further or we can close this?

-- 
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/20230317/9e463364/attachment.htm>


More information about the webkit-unassigned mailing list