Created
October 10, 2017 21:27
-
-
Save Kolenov/d791329d161666bdc7777a9c4049d932 to your computer and use it in GitHub Desktop.
анимация для max-height
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.slider ul { | |
max-height: 0; | |
overflow: hidden; | |
} | |
.slider:hover ul { | |
max-height: 1000px; | |
transition: .3s ease; /* анимация для max-height */ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment