Skip to content

Instantly share code, notes, and snippets.

@juanres
Created October 10, 2013 02:20
Show Gist options
  • Save juanres/6912011 to your computer and use it in GitHub Desktop.
Save juanres/6912011 to your computer and use it in GitHub Desktop.
CSS: transiciones animacion
item {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment