I have a div with some description. I want to show it when expand button is pressed. Before pressing the button the div is with display none. then it becomes display block. and it appears suddenly I want to add a transition between these.
How can I do it?