ios7translucent-css
ios7translucent-css copied to clipboard
Scrollable elements are not fragmented in WebKit nightly
Hi,
Your sample does not work properly in WebKit nightly. The reason is that scrollable elements are not fragmented between 2 regions, they are treated like monolithic elements. You may want to adapt your sample for this change.
You can download a Mac build of WebKit nightly from: http://nightly.webkit.org/
Regards, Mihnea Ovidenie Adobe WebPlatform Team
This technique was relying on the fact that a scrollable element was fragmented between 2 or more regions. So I am afraid that this will no longer work. It would be great if you could elaborate on how you think i should change the sample. Maybe I am missing something.
The change is "live" now — both in desktop and mobile Safari. I've tried several ways — seems like translucency is impossible now :cry:
Yeah, it seams like I was abusing a bug in the implementation to achieve this. I could not reproduce this effect in newer versions of WebKit.
@FWeinb so this effect is not longer possible right?
@FWeinb PS.: You would have saved me nearly an hour if you could write that its not working in the readme :100: