Skip to content

Instantly share code, notes, and snippets.

@mgibbs189
Created October 5, 2015 12:20
Show Gist options
  • Select an option

  • Save mgibbs189/517b32c7b5d375e713c9 to your computer and use it in GitHub Desktop.

Select an option

Save mgibbs189/517b32c7b5d375e713c9 to your computer and use it in GitHub Desktop.
RT Theme fade support
<script>
(function($) {
$(document).on('facetwp-loaded', function() {
$('.product_boxes .box').addClass('fadeIn animated');
});
})(jQuery);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment