Skip to content

Instantly share code, notes, and snippets.

@keeprock
Created March 11, 2015 11:12
Show Gist options
  • Save keeprock/509e53077e6944630824 to your computer and use it in GitHub Desktop.
Save keeprock/509e53077e6944630824 to your computer and use it in GitHub Desktop.
#selector {
max-height: 0;
transition: max-height 0.15s ease-out;
overflow: hidden;
}
#selector.active {
max-height: 500px;
transition: max-height 0.25s ease-in;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment