Last active
December 12, 2015 10:29
-
-
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.
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
| .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