Chrome Canary has introduced support for transitioning CSS properties to 'auto' values, significantly improving the ability to animate elements whose dimensions are unknown. This feature helps avoid the need for fixed-height transitions, allowing for more dynamic and responsive designs. The implementation leverages CSS 'calc()'

5m read timeFrom css-tricks.com
Post cover image
Table of contents
The problemTransitioning to autoWhat about display: none ?
3 Comments

Sort: