Skip to content

Instantly share code, notes, and snippets.

@jbd91
Created February 2, 2018 03:59
Show Gist options
  • Save jbd91/76fa8a2ae8f87268bed5017e794197ad to your computer and use it in GitHub Desktop.
Save jbd91/76fa8a2ae8f87268bed5017e794197ad to your computer and use it in GitHub Desktop.
Mix It Up
if(jQuery('.project-profile-listings').length) {
var mixer = mixitup('.project-profile-listings', {
animation: {
duration: 300
}
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment