CSS: The Bane of Display None Animations
3 years ago from Dan B, Crafting Meaningful Experiences
So I've been through pretty much every Stackoverflow on the topic, and realized that very few threads mention it clearly.
From what I see, the only "clean" CSS way to animate a DOM element when a wrapper goes from display: none
to display: block
is to explicitly assign an animation
to a child element.
Am I missing something? Thanks!
Login to Comment
You'll need to log in before you can leave a comment.
LoginRegister Today
New accounts can leave comments immediately, and gain full permissions after one week.
Register now