Created
October 5, 2015 12:20
-
-
Save mgibbs189/517b32c7b5d375e713c9 to your computer and use it in GitHub Desktop.
RT Theme fade support
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
| <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