![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/www/wp-content/plugins/elementor/assets/js/ |
/*! elementor - v3.29.0 - 19-05-2025 */ "use strict";(self.webpackChunkelementorFrontend=self.webpackChunkelementorFrontend||[]).push([[234],{9754:(e,r,s)=>{Object.defineProperty(r,"__esModule",{value:!0}),r.default=void 0,s(4846),s(6211),s(9655);class Progress extends elementorModules.frontend.handlers.Base{getDefaultSettings(){return{selectors:{progressNumber:".elementor-progress-bar"}}}getDefaultElements(){const e=this.getSettings("selectors");return{$progressNumber:this.$element.find(e.progressNumber)}}onInit(){super.onInit();this.createObserver().observe(this.elements.$progressNumber[0])}createObserver(){return new IntersectionObserver((e=>{e.forEach((e=>{if(e.isIntersecting){const e=this.elements.$progressNumber;e.css("width",e.data("max")+"%")}}))}),{root:null,threshold:0,rootMargin:"0px"})}}r.default=Progress}}]);