- From: Sarah Drasner via GitHub <sysbot+gh@w3.org>
- Date: Mon, 02 Jan 2017 19:17:25 +0000
- To: public-css-archive@w3.org
sdras has just created a new issue for https://github.com/w3c/csswg-drafts: == [css-height] Is it possible to improve browser rending performance of animating height? == https://www.w3.org/community/webed/wiki/CSS/Properties/height For the most part, people animating on the web can use transforms and opacity to reduce layout repaint triggers. Animating height is one of the most common use-cases that I've encountered where a transform (even scale) doesn't quite work without a lot of hacks that are fairly precariously balanced. (I can list the workarounds I've found if you would find it helpful). Is there any possible way to improve the rendering of height or max-height? I believe it would be useful for developers to have a way to animate height without incurring a lot jank- for accordions, dropdowns, and the like. Any consideration here is appreciated. Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/849 using your GitHub account
Received on Monday, 2 January 2017 19:17:31 UTC