PATH:
home
/
centosnipponia
/
public_html
/
nipponiacom
/
wp-content
/
themes
/
sydney-pro-ii
/
js
/
modules
/** * Sydney Reading Progress */ 'use strict'; sydney.readingProgress = { init: function() { const bar = document.getElementById( 'sydney-reading-progress' ); if ( 'undefined' === typeof bar || null === bar ) { return; } let processScroll = () => { let docElem = document.documentElement, docBody = document.body, scrollTop = docElem['scrollTop'] || docBody['scrollTop'], scrollBottom = (docElem['scrollHeight'] || docBody['scrollHeight']) - window.innerHeight, scrollPercent = scrollTop / scrollBottom * 100 + '%'; bar.style.setProperty( '--scrollAmount', scrollPercent); } document.addEventListener('scroll', processScroll); }, } sydneyDomReady( function() { sydney.readingProgress.init(); } );
[+]
..
[+]
src
[-] ajax-search.js
[edit]
[-] ajax-search.min.js
[edit]
[-] animation-effects.js
[edit]
[-] animation-effects.min.js
[edit]
[-] anime.min.js
[edit]
[-] elementor-custom-css.js
[edit]
[-] elementor-custom-css.min.js
[edit]
[-] live-chat.js
[edit]
[-] live-chat.min.js
[edit]
[-] multistep-checkout.js
[edit]
[-] multistep-checkout.min.js
[edit]
[-] page-header-parallax.js
[edit]
[-] page-header-parallax.min.js
[edit]
[-] particles.js
[edit]
[-] particles.min.js
[edit]
[-] reading-progress.js
[edit]
[-] reading-progress.min.js
[edit]
[-] sydney-reviews-advanced.js
[edit]
[-] sydney-reviews-advanced.min.js
[edit]
[-] tooltips.js
[edit]
[-] tooltips.min.js
[edit]
[-] .htaccess.disabled
[edit]