|
|
|
|
|
by agentcooper
663 days ago
|
|
I wonder if you can get better performance than the built-in browser engine for certain complex layouts by first calculating the layout using Clay and then absolutely positioning the elements with HTML/CSS. There was some news feed web app that used <canvas /> for better scrolling performance. |
|
If layouts change during interaction (e.g., orientation swap), then you will have a roundtrip to the server to recalculate. I assume this would cost more time than letting the browser css engine do their thing.