• File: progress-bar.min-20260718163618.js
  • Full Path: /home/u787841361/domains/cafirmjaaj.in/public_html/assets/js/progress-bar.min-20260718163618.js
  • Date Modified: 09/20/2025 1:16 PM
  • File size: 462 bytes
  • MIME-type: text/plain
  • Charset: utf-8
var ProgressBar=function(){"use strict";var t=function(){$(document).ready(function(){$(".progress").each(function(){$(this).appear(function(){$(this).animate({opacity:1,left:"0px"},800);var t=$(this).find(".progress-bar").attr("data-width"),r=$(this).find(".progress-bar").attr("data-height");$(this).find(".progress-bar").animate({width:t+"%",height:r+"%"},100,"linear")})})})};return{init:function(){t()}}}();$(document).ready(function(){ProgressBar.init()});