HEX
Server: Apache
System: Linux webd004.cluster130.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
User: frenchy (106757)
PHP: 7.4.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/frenchy/refonte2023/wordpress/wp-content/themes/gimont/assets/js/elementor/road-map.js
(function($){
	"use strict";
	

	$(window).on('elementor/frontend/init', function () {
		
        elementorFrontend.hooks.addAction('frontend/element_ready/gimont_elementor_road_map.default', function(){
	       
	        /* Add your code here */
	      	$('.ova-invisible').each(function() {
	      		var that = $(this);

	      		if ( $(window).width() <= 1024 ) {
	      			that.removeClass('ova-invisible')
	      		} else {
	      			that.appear(function(){
		   				var data_animation = that.data('animation');

		   				if ( data_animation ) {
		   					var animation 	= data_animation['animation'];
		   					var duration 	= data_animation['duration'];
		   					var delay 		= data_animation['delay'] ? data_animation['delay'] : 0;

		   					setTimeout(function () {
		   						that.removeClass('ova-invisible').addClass('animated').addClass(animation);
		   						if ( duration ) {
		   							that.addClass(  'animated-' + duration );
		   						}
						    }, delay);
		   				}
		   			});
	      		}
	      	});
        });


   });

})(jQuery);