[Webkit-unassigned] [Bug 219729] New: filter won't apply to child elements while they are animating

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 9 23:35:27 PST 2020


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

            Bug ID: 219729
           Summary: filter won't apply to child elements while they are
                    animating
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Mac (Intel)
                OS: macOS 10.15
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Animations
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: me at thejameskyle.com
                CC: dino at apple.com

Created attachment 415839

  --> https://bugs.webkit.org/attachment.cgi?id=415839&action=review

A demo of the bug

Online Demo: https://jsbin.com/gucaweyica/1/edit?html,output (code is attached)

    <div style="filter: url(#filter)">
      <div style="animation: ...">
    </div>

When a parent element has a filter, and the child element has an (active) animation, the child element will render without the filter applied.

When the element stops animating, the filter will apply to the child element.

-- 
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/20201210/e2cb6d00/attachment.htm>


More information about the webkit-unassigned mailing list