Skip to main content

One post tagged with "Transition"

View All Tags

Animate transition from display: none to display: block

· 4 min read
Gerardo Perrucci
Software Engineer

Animating elements from display: none to display: block has long been a challenge in CSS. The traditional display property doesn't support transitions, making smooth animations difficult. However, with the introduction of the @starting-style at-rule and other new CSS features, we now have powerful tools to create seamless transitions between these states.