Something similar
#apex1-1{
width: 100%;
height: 40px;
background: rgba(255, 255, 255, 0.8);
}
#apex1-1a{
display: none;
transition: opacity 2s;
}
Instead of abruptly appearing when you change its display property, I want the element to gradually fade in.