- From: Keith Grant via GitHub <sysbot+gh@w3.org>
- Date: Tue, 24 Apr 2018 19:21:00 +0000
- To: public-css-archive@w3.org
@jonjohnjohnson A transform effect works for absolutely positioned elements. But if the element is statically positioned, it still takes up space in document flow when scaled down to height 0. Transitioning `max-height` was also mentioned above, but this too has a problem: the timing function is unreliable, since part of the transition will continue well after the max-height has reached the actual height of the element. -- GitHub Notification of comment by keithjgrant Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/626#issuecomment-384049429 using your GitHub account
Received on Tuesday, 24 April 2018 19:21:04 UTC