/
var
/
www
/
barefootlaw.org
/
wp-content
/
plugins
/
addons-for-visual-composer
/
includes
/
addons
/
stats-bar
/
js
/
Upload File
HOME
jQuery(function ($) { $('.lvca-stats-bars').livemeshWaypoint(function (direction) { $(this.element).find('.lvca-stats-bar-content').each(function () { var dataperc = $(this).attr('data-perc'); $(this).animate({ "width": dataperc + "%"}, dataperc * 20); }); }, { offset: (window.innerHeight || document.documentElement.clientHeight) - 150, triggerOnce: true}); });