[Webkit-unassigned] [Bug 226216] iPad render flashing on load

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 25 10:43:37 PDT 2021


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

--- Comment #4 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
The https://smartslider3.com/full-page-hotel/ is a flash caused by async image decoding. In cases like this where you animated a large image on-screen, you need to be using the image.decode() API (https://developer.mozilla.org/en-US/docs/Web/API/HTMLImageElement/decode) to know when the image is ready to display.

-- 
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/20210525/588d5858/attachment.htm>


More information about the webkit-unassigned mailing list