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

@SetTrend, let's say your transition wrapper contains a text and now is added an image into it expanding its height with transition. Because now the wrapper size and its content size differs till transition end, would you expect always to flicker it with scrollbar till transition end? - know that having scrollbar will mean less width and some text wrapped to more lines, while when transition ended you would expect no more scrollbar and text wrapped normally - no extra line wrapping due to scrollbar - that saying it will flicker delivering bad UX. The workaround would be to add `overflow: hidden` for the transition wrapper but that sound already bad and as a limitation imagining to apply it to all places using this type of transition.

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

Received on Wednesday, 20 May 2020 06:02:11 UTC