2025-05-30 03:09:08 -06:00

15 lines
278 B
JavaScript

/*
Name: Demo Creative Agency 2
Written by: Okler Themes - (http://www.okler.net)
Theme Version: 12.1.0
*/
(($ => {
$(window).on('load', () => {
setTimeout(() => {
$('.custom-hero-bg').addClass('loaded');
}, 500);
});
})).apply( this, [ jQuery ]);