[Webkit-unassigned] [Bug 226221] Img rendering skips multiple frames resulting white flash

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 26 05:16:03 PDT 2021


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

--- Comment #1 from Roland Soos <roland at nextendweb.com> ---
I tried to use image.decode() API, event with 
image.decode().then(function(){
  requestAnimationFrame(function(){
    hideLastImage();
    showNextImage();
  });
});

But it produced the same behavior as the original code.

-- 
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/20210526/9716cc37/attachment.htm>


More information about the webkit-unassigned mailing list