@tarek-mo
Submitted
Hey, I have a question.. How do you animate in CSS when switching from display: none
to let's say display: block
. To get around this I used to use visibility
instead. But the problem with visibility
is that the element still takes place even that it's hidden to the user and that's not what I want...
Thanks for viewing my solution ^^