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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 20 12:17:04 PDT 2022


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

Ahmad Saleem <zlip.792 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zlip.792 at gmail.com

--- Comment #6 from Ahmad Saleem <zlip.792 at gmail.com> ---
I updated the test slightly to remove -webkit- prefixes from keyframe and animation.

Link - https://jsfiddle.net/n2v59g1L/show

These are all browsers output:

*** Safari 15.6.1 on macOS 12.5.1 ***

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

*** Safari Technology Preview 151 ***

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

*** Firefox Nightly 105 ***

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

*** Chrome Canary 106 ***

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

______

Just wanted to share updated results. Thanks!

-- 
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/20220820/765ccd61/attachment.htm>


More information about the webkit-unassigned mailing list