Bug 213172 - Some of the animations on this CodePen demo don't work (SVG filters on compositing layers)
Summary: Some of the animations on this CodePen demo don't work (SVG filters on compos...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Animations (show other bugs)
Version: Safari Technology Preview
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL: https://codepen.io/v_Bauer/full/zYrBoJa
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-06-13 13:25 PDT by Simon Fraser (smfr)
Modified: 2022-02-23 14:53 PST (History)
6 users (show)

See Also:


Attachments
Partial reduction (15.30 KB, text/html)
2020-06-13 13:36 PDT, Simon Fraser (smfr)
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2020-06-13 13:25:29 PDT
The bubbles don't animate on https://codepen.io/v_Bauer/full/zYrBoJa
Comment 1 Simon Fraser (smfr) 2020-06-13 13:27:38 PDT
These are divs with CSS animations.
Comment 2 Simon Fraser (smfr) 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;
    }
  }
}
Comment 3 Simon Fraser (smfr) 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.
Comment 4 Radar WebKit Bug Importer 2020-06-26 08:53:15 PDT
<rdar://problem/64807562>
Comment 5 Simon Fraser (smfr) 2022-02-23 14:29:06 PST
Another example: https://codepen.io/cobra_winfrey/full/JjOvxYG