scottjohnson.pro/assets/js/min/main-min.js

1 line
208 B
JavaScript
Raw Normal View History

2016-07-29 00:47:42 -04:00
jQuery(document).ready(function($){$(".level-bar-inner").css("width","0"),$(window).on("load",function(){$(".level-bar-inner").each(function(){var n=$(this).data("level");$(this).animate({width:n},800)})})});