[Webkit-unassigned] [Bug 239582] New: iOs 15.4 CSS transition flicker with transform and opacity

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 20 18:10:49 PDT 2022


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

            Bug ID: 239582
           Summary: iOs 15.4 CSS transition flicker with transform and
                    opacity
           Product: WebKit
           Version: Safari 15
          Hardware: iPhone / iPad
                OS: iOS 15
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: codyzhao at canva.com

Safari (iOs 15.4.1) has troubles displaying CSS transitions with transform and opacity when only one transition delay given for the two, like `transition: opacity 400ms ease-in 50ms, transform 600ms ease-in`.
Adding transition delay of 1ms to transform stop the flicker. e.g. `transition: opacity 400ms ease-in 50ms, transform 600ms ease-in 1ms`

This bug didn't exist for earlier iOs versions.

-- 
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/20220421/b6c3c22d/attachment.htm>


More information about the webkit-unassigned mailing list