Skip to content

Instantly share code, notes, and snippets.

@richgcook
Created April 10, 2015 10:08
Show Gist options
  • Select an option

  • Save richgcook/8f218e022ac523d9c75a to your computer and use it in GitHub Desktop.

Select an option

Save richgcook/8f218e022ac523d9c75a to your computer and use it in GitHub Desktop.
-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;
-webkit-transform: translateX(100%);
-moz-transform: translateX(100%);
transform: translateX(100%);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment