Skip to content

Instantly share code, notes, and snippets.

@randallb
Created March 6, 2013 17:10
Show Gist options
  • Save randallb/5101021 to your computer and use it in GitHub Desktop.
Save randallb/5101021 to your computer and use it in GitHub Desktop.
.response.transition-from{
max-height: 0px;
}
.response.transition-to{
max-height: 1000px;
}
.response.transition-out{
opacity: 0;
}
.response{
margin-right: 20px;
transition: 1000ms max-height ease-in-out, 1000ms opacity ease;
-webkit-transition: 1000ms max-height ease-in-out, 1000ms opacity ease;
overflow: hidden;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment