Re: [csswg-drafts] [css-transitions] Transition to height (or width) "auto"

Just want to make sure this is still happening.

This is actually rather important because, yes, we can precalculate a value for height and other properties using javascript and things like `document.getElementById(elementID).scrollHeight+'px'` , but sometimes we need the property to have an auto value after the animation/transition so that we can make changes inside and around the element that the element will respond to appropriately.

For example, I have an element that transitions from a height of 0 to a height of 'auto'. After the transition is completed I want the height of the element to be able to adjust correctly to the changing elements inside of it without me having to recalculate it myself. 

So if it really is just adding `auto` compatibility to the `calc()` function, as @dbaron has mentioned, is someone working on that, and if not, how would one do so?

-- 
GitHub Notification of comment by danegraphics
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/626#issuecomment-311105623 using your GitHub account

Received on Monday, 26 June 2017 16:08:35 UTC