Created
February 2, 2018 03:59
-
-
Save jbd91/76fa8a2ae8f87268bed5017e794197ad to your computer and use it in GitHub Desktop.
Mix It Up
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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