|
|
|
|
|
by ycitm
4281 days ago
|
|
Interestingly it looks like the "sways" do a lot of their layout calculations on the server. Resizing the window triggers a call back that returns what looks like a bunch of styling information (this div goes here, with this Z index, etc.) which would ordinarily be left to the browser. Perhaps this allows them achieve more than they could with the browser's layout engine? Certainly an interesting approach. (edit: wording) |
|
It sounds like they're doing some more complication computation on the fly than typical responsive CSS. I suspect that it's related to some of the "Reading mode" work that they've done with IE.