RESOLVED INVALID 193377
-webkit-background-clip not working with background-attachment: fixed
https://bugs.webkit.org/show_bug.cgi?id=193377
Summary -webkit-background-clip not working with background-attachment: fixed
Jayden Irwin
Reported 2019-01-11 21:53:57 PST
Code: background-attachment: fixed; -webkit-background-clip: text; This should create text with a background that is fixed to the window, so when the user scrolls the background should look like it's moving. Desktop Safari renders the element properly, but Mobile Safari does not. See the large title on the page below. It *should* go from black to green when scrolling down. (And it does in Desktop Safari.) https://www.jaydenirwin.com/spritepencil/
Attachments
Simon Fraser (smfr)
Comment 1 2019-01-14 10:35:42 PST
MobileSafari doesn't support background-attachment:fixed, and never has, to avoid lots of repaints when scrolling.
Note You need to log in before you can comment on or make changes to this bug.