RESOLVED DUPLICATE of bug 237972 239582
REGRESSION (iOS 15.4): CSS transition flicker with transform and opacity
https://bugs.webkit.org/show_bug.cgi?id=239582
Summary REGRESSION (iOS 15.4): CSS transition flicker with transform and opacity
cody zhao
Reported 2022-04-20 18:10:49 PDT
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.
Attachments
This example was build from codesandbox.io, live demo: https://8zxpt5.csb.app/ (2.42 KB, text/html)
2022-04-21 15:17 PDT, cody zhao
no flags
Antoine Quint
Comment 1 2022-04-21 01:03:52 PDT
I expect this is a duplicate of bug 237972. Could you provide a testcase to confirm?
cody zhao
Comment 2 2022-04-21 15:17:33 PDT
Created attachment 458098 [details] This example was build from codesandbox.io, live demo: https://8zxpt5.csb.app/ Try https://8zxpt5.csb.app/ in IOS 15.4 safari by clicking the button. You will see the animation flicker issue.
cody zhao
Comment 3 2022-04-21 16:34:22 PDT
I just had a look at bug 237972. It seems to be the same issue. Bug 237972 has been marked resolved, but we are still experience the same issue on IOS 15.4 safari. I can also confirm that https://ahumanfuture.co/ still flashes from IOS 15.4 safari. So this bug will be fixed in next IOS minor release? Thanks!
cody zhao
Comment 4 2022-04-21 17:12:10 PDT
The same issue happens on desktop safari version 15.4 as well.
Ryan Haddad
Comment 5 2022-04-21 17:13:57 PDT
Antoine Quint
Comment 6 2022-04-22 02:42:12 PDT
Sorry, but I cannot comment on when a fix for this will make it into a publicly available build. This is indeed fixed by bug 237972. *** This bug has been marked as a duplicate of bug 237972 ***
Note You need to log in before you can comment on or make changes to this bug.