NEW 213172
Some of the animations on this CodePen demo don't work (SVG filters on compositing layers)
https://bugs.webkit.org/show_bug.cgi?id=213172
Summary Some of the animations on this CodePen demo don't work (SVG filters on compos...
Simon Fraser (smfr)
Reported 2020-06-13 13:25:29 PDT
The bubbles don't animate on https://codepen.io/v_Bauer/full/zYrBoJa
Attachments
Partial reduction (15.30 KB, text/html)
2020-06-13 13:36 PDT, Simon Fraser (smfr)
no flags
Simon Fraser (smfr)
Comment 1 2020-06-13 13:27:38 PDT
These are divs with CSS animations.
Simon Fraser (smfr)
Comment 2 2020-06-13 13:29:30 PDT
/* deactivate animations for safari because it's the new IE */ } @media not all and (min-resolution: 0.001dpcm) { @supports (-webkit-appearance: none) { #foamMiddleWrapper { animation-name: none; animation-duration: inherit; animation-timing-function: inherit; will-change: inherit; } } }
Simon Fraser (smfr)
Comment 3 2020-06-13 13:36:35 PDT
Created attachment 401849 [details] Partial reduction I think this might be about SVG filters not applying to composited elements.
Radar WebKit Bug Importer
Comment 4 2020-06-26 08:53:15 PDT
Simon Fraser (smfr)
Comment 5 2022-02-23 14:29:06 PST
Note You need to log in before you can comment on or make changes to this bug.