HEX
Server: LiteSpeed
System: Linux server490.bertina.biz 5.14.0-687.31.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Sat Aug 1 05:38:01 EDT 2026 x86_64
User: parskavirpaya (1252)
PHP: 8.1.34
Disabled: mail, show_source, system, shell_exec, passthru, exec, popen
Upload Files
File: /home/parskavirpaya/public_html/wp-content/themes/porto/js/db-animate.js
window.theme = window.theme || {};

( function( theme, $ ) {
	'use strict';
	theme = theme || {};

	var disableMobileAnimations = function () {
		if ( $( document.body ).hasClass( 'porto-dm-animate' ) && window.innerWidth < 768 ) {
			theme.animation_support = false;
			$( '[data-appear-animation]' ).removeAttr( 'data-appear-animation' );
			$( '.elementor-invisible' ).removeAttr( 'data-settings' ).removeData( 'settings' ).removeClass( 'elementor-invisible' )
				.add( $( '.appear-animation' ).removeClass( 'appear-animation' ) );
		}
	}
	// expose to scope
	$.extend( theme, {
		disableMobileAnimations: disableMobileAnimations
	} );
	theme.disableMobileAnimations();
} ).apply( this, [window.theme, jQuery] );