Closed
Bug 1573914
Opened 5 years ago
Closed 5 years ago
backdrop-filter jitter while animating transform
Categories
(Core :: Graphics: WebRender, defect, P3)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
mozilla70
Tracking | Status | |
---|---|---|
firefox70 | --- | fixed |
People
(Reporter: cbrewster, Assigned: cbrewster)
References
Details
Attachments
(1 file)
When animating the transform of an element with backdrop-filter, the filtered backdrop seems to have some jitter.
https://codepen.io/cgbrewster/pen/OJLyjGp
This is likely due to some rounding issues as the size of the backdrop region changes.
Assignee | ||
Comment 1•5 years ago
|
||
Since the filtered-backdrop is 1:1 with the backdrop, we don't want any snap offsets to shift the contents
Assignee | ||
Comment 2•5 years ago
|
||
Keywords: checkin-needed
Pushed by btara@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9e513ae4747f
Fix backdrop-filter jitter during animation due to snap offsets r=gw
Keywords: checkin-needed
Comment 4•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox70:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla70
Updated•5 years ago
|
Assignee: nobody → cbrewster
You need to log in
before you can comment on or make changes to this bug.
Description
•