Skip to content

Instantly share code, notes, and snippets.

@WebsiteStudents
Last active December 12, 2015 10:29
Show Gist options
  • Save WebsiteStudents/4759360 to your computer and use it in GitHub Desktop.
Save WebsiteStudents/4759360 to your computer and use it in GitHub Desktop.
Use this code to add a little transformation to the crew sections. Copy this code and replace the /* PASTE SECTION-GRISSOM TRANSITION CODE HERE */ comment in your CSS code.
.crew .crew.grissom {
-webkit-transition: -webkit-transform 0.5s ease-in-out;
-moz-transition: -moz-transform 0.5s ease-in-out;
transition: transform 0.5s ease-in-out;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment