golden hour
/var/www/html/wp-content/plugins/Ultimate_VC_Addons/assets/min-js
⬆️ Go Up
Upload
File/Folder
Size
Actions
SmoothScroll-compatible.min.js
7.26 KB
Del
OK
SmoothScroll.min.js
6.36 KB
Del
OK
content-box.min.js
1.75 KB
Del
OK
count-timer.min.js
2.66 KB
Del
OK
countUp.min.js
2.55 KB
Del
OK
countdown-dependent.min.js
2.76 KB
Del
OK
countdown.min.js
12.13 KB
Del
OK
creative-link.min.js
2.1 KB
Del
OK
custom.min.js
20.89 KB
Del
OK
dual-button.min.js
12.61 KB
Del
OK
eTicker.min.js
2.36 KB
Del
OK
easy-ticker.min.js
2.31 KB
Del
OK
expandable-section.min.js
4.03 KB
Del
OK
fixto.min.js
8.33 KB
Del
OK
flip-box.min.js
3.51 KB
Del
OK
headings.min.js
2.66 KB
Del
OK
highlight-box.min.js
1.06 KB
Del
OK
hotspot-tooltipster.min.js
17.71 KB
Del
OK
hotspot.min.js
1.75 KB
Del
OK
ihover.min.js
1.01 KB
Del
OK
image-separator.min.js
469 B
Del
OK
info-banner.min.js
661 B
Del
OK
info-box.min.js
476 B
Del
OK
info-circle.min.js
9.55 KB
Del
OK
jparallax.min.js
7.3 KB
Del
OK
jquery-appear.min.js
1.32 KB
Del
OK
jquery-ui-effect.min.js
12.42 KB
Del
OK
jquery-ui-labeledslider.min.js
1.71 KB
Del
OK
jquery-ui.min.js
88.32 KB
Del
OK
jquery.min.js
2.67 KB
Del
OK
mb-YTPlayer.min.js
60.77 KB
Del
OK
modal-all.min.js
82.31 KB
Del
OK
modernizr-custom.min.js
7.75 KB
Del
OK
range-slider-touch-punch.min.js
1.06 KB
Del
OK
range-slider.min.js
2.94 KB
Del
OK
slick-custom.min.js
3 KB
Del
OK
slick.min.js
40.3 KB
Del
OK
sticky-section.min.js
2.34 KB
Del
OK
sticky-section2.min.js
1.82 KB
Del
OK
swatchbook.min.js
2.45 KB
Del
OK
tabs-accordion.min.js
11.85 KB
Del
OK
tabs.min.js
15.04 KB
Del
OK
teams.min.js
2.11 KB
Del
OK
tooltip.min.js
6.57 KB
Del
OK
typed.min.js
3.8 KB
Del
OK
ultimate-params.min.js
1.08 KB
Del
OK
ultimate.min.js
209.84 KB
Del
OK
ultimate_bg.min.js
44.38 KB
Del
OK
vhparallax.min.js
3.32 KB
Del
OK
video-banner.min.js
1.19 KB
Del
OK
video_module.min.js
2.32 KB
Del
OK
vticker.min.js
4.23 KB
Del
OK
Edit: countUp.min.js
function countUp(a,t,e,n,i,r){this.options=r||{useEasing:!0,useGrouping:!0,separator:",",decimal:"."};for(var o=0,s=["webkit","moz","ms"],l=0;l<s.length&&!window.requestAnimationFrame;++l)window.requestAnimationFrame=window[s[l]+"RequestAnimationFrame"],window.cancelAnimationFrame=window[s[l]+"CancelAnimationFrame"]||window[s[l]+"CancelRequestAnimationFrame"];window.requestAnimationFrame||(window.requestAnimationFrame=function(a,t){var e=(new Date).getTime(),n=Math.max(0,16-(e-o)),i=window.setTimeout(function(){a(e+n)},n);return o=e+n,i}),window.cancelAnimationFrame||(window.cancelAnimationFrame=function(a){clearTimeout(a)});var m=this;this.d="string"==typeof a?document.getElementById(a):a,this.startVal=Number(t),this.endVal=Number(e),this.countDown=this.startVal>this.endVal,this.startTime=null,this.timestamp=null,this.remaining=null,this.frameVal=this.startVal,this.rAF=null,this.decimals=Math.max(0,n||0),this.dec=Math.pow(10,this.decimals),this.duration=1e3*i||2e3,this.easeOutExpo=function(a,t,e,n){return e*(1-Math.pow(2,-10*a/n))*1024/1023+t},this.count=function(a){null===m.startTime&&(m.startTime=a);var t=(m.timestamp=a)-m.startTime;if(m.remaining=m.duration-t,m.options.useEasing)if(m.countDown){var e=m.easeOutExpo(t,0,m.startVal-m.endVal,m.duration);m.frameVal=m.startVal-e}else m.frameVal=m.easeOutExpo(t,m.startVal,m.endVal-m.startVal,m.duration);else if(m.countDown){e=(m.startVal-m.endVal)*(t/m.duration);m.frameVal=m.startVal-e}else m.frameVal=m.startVal+(m.endVal-m.startVal)*(t/m.duration);m.frameVal=Math.round(m.frameVal*m.dec)/m.dec,m.countDown?m.frameVal=m.frameVal<m.endVal?m.endVal:m.frameVal:m.frameVal=m.frameVal>m.endVal?m.endVal:m.frameVal,m.d.innerHTML=m.formatNumber(m.frameVal.toFixed(m.decimals)),t<m.duration?m.rAF=requestAnimationFrame(m.count):null!=m.callback&&m.callback()},this.start=function(a){return m.callback=a,isNaN(m.endVal)||isNaN(m.startVal)?(console.log("countUp error: startVal or endVal is not a number"),m.d.innerHTML="--"):m.rAF=requestAnimationFrame(m.count),!1},this.stop=function(){cancelAnimationFrame(m.rAF)},this.reset=function(){m.startTime=null,cancelAnimationFrame(m.rAF),m.d.innerHTML=m.formatNumber(m.startVal.toFixed(m.decimals))},this.resume=function(){m.startTime=null,m.duration=m.remaining,m.startVal=m.frameVal,requestAnimationFrame(m.count)},this.formatNumber=function(a){var t,e,n,i;if(e=(t=(a+="").split("."))[0],n=1<t.length?m.options.decimal+t[1]:"",i=/(\d+)(\d{3})/,m.options.useGrouping)for(;i.test(e);)e=e.replace(i,"$1"+m.options.separator+"$2");return e+n},m.d.innerHTML=m.formatNumber(m.startVal.toFixed(m.decimals))}
Save