[Webkit-unassigned] [Bug 262869] IOS 17 flickers on animations
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Oct 9 13:23:34 PDT 2023
https://bugs.webkit.org/show_bug.cgi?id=262869
--- Comment #6 from Helmut Januschka <helmut at januschka.com> ---
for further debugging, once you removed the animations with
```
$(".object-flag").remove();
```
you can re-enable it with:
```
$(".object-flag__dot").css("animation", "three_dots 1000ms ease-in-out infinite");
```
expected behaviour:
- no re-paint et-al (like chrome)
- if re-paint, than only inside the div of the dots.
--
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/20231009/b3624e3d/attachment.htm>
More information about the webkit-unassigned
mailing list