I need two way transition duration for slow displaying description, but not work in this code:
.sln-steps-description{
display:none;
transition: all 2s;
}
#salon-step-services .sln-service:nth-child(1):hover .sln-steps-description{
display:block;
}
How can I do it?