home/theblueo/www/wp-content/themes/thebos/assets/js/icon.js 0000604 00000001045 15214170714 0020200 0 ustar 00 jQuery(document).ready(function($){ $('.nb-icon').each(function() { var a = $(this).find('i').attr('class'), b = $(this); $(this).append(''); $(this).wrapInner('
').addClass('icon-animation'); waypoint = new Waypoint({ element: b, handler: function() { b.find('.nb-icon-front').addClass('loaded'); }, offset: 'bottom-in-view' }); }); });