Server IP : 162.0.217.223 / Your IP : 216.73.216.168 Web Server : LiteSpeed System : Linux premium269.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : mypckeys ( 1539) PHP Version : 8.1.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/mypckeys/tu-international.com/wp-content/plugins/themesflat-core/assets/js/title/ |
Upload File : |
;(function($) { "use strict"; var textSplit = function() { if($(".tf-split-text").length) { Splitting(); var themesflat_animation_text = function (container, item) { $(window).scroll(function () { var windowBottom = $(this).scrollTop() + $(this).innerHeight(); $(container).each(function (index, value) { var objectBottom = $(this).offset().top + $(this).outerHeight() * 0.1; if (objectBottom < windowBottom) { var seat = $(this).find(item); for (var i = 0; i < seat.length; i++) { (function (index) { setTimeout(function () { seat.eq(index).addClass('tf-animated'); }, 200 * index); })(i); } } }); }).scroll(); }; $(function() { themesflat_animation_text(".tf-title-section", ".splitting"); }); } } $(window).on('elementor/frontend/init', function() { elementorFrontend.hooks.addAction( 'frontend/element_ready/tf-title-section.default', textSplit ); }); })(jQuery);