I have a very basic piece of HTML with the objective of animating from display: none; to display: block with opacity changing from 0 to 1.
display: none;
display: block
You can not animate display property. You can try with visibility: hidden to visibility: visible
display
visibility: hidden
visibility: visible