????

Your IP : 3.147.75.131


Current Path : /proc/self/cwd/wp-content/plugins/astra-addon/assets/js/unminified/
Upload File :
Current File : //proc/self/cwd/wp-content/plugins/astra-addon/assets/js/unminified/blog-reveal.js

document.addEventListener("DOMContentLoaded", () => {
	const fadeInElements = () => fadin(".ast-fade-up", { delay: 200 });

	fadeInElements();

	// Adding a change event listener to apply fade-in effect after a delay,
	// allowing other actions to execute before the fade-in effect.
	document.addEventListener("change", () => {
		setTimeout(fadeInElements, 1000);
	});

	// addressing potential issues with slow network loading
	document.addEventListener("scroll", fadeInElements);
});