Skip to content

Instantly share code, notes, and snippets.

@typeoneerror
Created November 10, 2011 20:24
Show Gist options
  • Select an option

  • Save typeoneerror/1356091 to your computer and use it in GitHub Desktop.

Select an option

Save typeoneerror/1356091 to your computer and use it in GitHub Desktop.
isotope transition disable
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
-webkit-transition-duration: 0s;
-moz-transition-duration: 0s;
transition-duration: 0s;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment