[Webkit-unassigned] [Bug 221471] CSS transform @keyframes animation breaks full screen video

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 10 04:26:08 PST 2021


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

--- Comment #12 from Antoine Quint <graouts at webkit.org> ---
Andrew, if you're interested in a workaround, you can try this:

:-webkit-full-screen-ancestor {
  animation: none;
}

This will disable the animation when your element enters fullscreen.

-- 
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/20210210/fedee6a0/attachment-0001.htm>


More information about the webkit-unassigned mailing list