Currently, I am utilizing Mixitup JQuery to create a portfolio page that organizes my content based on different filters. However, I have encountered a slight issue where when clicking on an item, the Jquery function works and shuffles the content, but the buttons momentarily jump up about 50px before returning to their original position.
Interestingly, if you double click on the same link labeled "web" or "contact", you can replicate this issue. - Marc Jenkinson 43 mins ago
Feel free to check it out here: http://codepen.io/anon/pen/BJnhH
$(function(){
$('#content-column').mixItUp();
});