Horje
css height animation Code Example
css height animation
#menu #list {
    max-height: 0;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
    background: #d5d5d5;
}

#menu:hover #list {
    max-height: 500px;
    transition: max-height 0.25s ease-in;
}




Css

Related
css background half one color the other half another color Code Example css background half one color the other half another color Code Example
disable cursor css Code Example disable cursor css Code Example
css tricks transition Code Example css tricks transition Code Example
background image css django Code Example background image css django Code Example
scss transition Code Example scss transition Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11