Skip to content

Instantly share code, notes, and snippets.

@stmoerman
Created October 15, 2016 06:36
Show Gist options
  • Save stmoerman/b3d3ea9e093e4c1a8f4121dd8cb3857e to your computer and use it in GitHub Desktop.
Save stmoerman/b3d3ea9e093e4c1a8f4121dd8cb3857e to your computer and use it in GitHub Desktop.
.carousel-inner > .item {
position: relative;
display: none;
-webkit-transition: 0.6s ease-in-out left;
-moz-transition: 0.6s ease-in-out left;
-o-transition: 0.6s ease-in-out left;
transition: 0.6s ease-in-out left;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment