Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
immortalist
/
wp-content
/
themes
/
woodmart
/
js
/
scripts
/
global
:
animationsOffset.js
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
/* global woodmart_settings */ (function($) { woodmartThemeModule.animationsOffset = function() { if (typeof ($.fn.waypoint) == 'undefined') { return; } $('.wpb_animate_when_almost_visible:not(.wpb_start_animation)').waypoint(function() { var $this = $($(this)[0].element); $this.addClass('wpb_start_animation animated'); }, { offset: '100%' }); }; $(document).ready(function() { woodmartThemeModule.animationsOffset(); }); })(jQuery);