// function setSplitting() { // // Splitting Char Set Delay // var $splittingTxt = $(".word-split"); // $($splittingTxt).each(function () { // splittingTextDelay($(this),$(this).data("speed"),$(this).data("speed-delay")); // }); // $(".splitting .char").attr("translate","no"); // } if($(window).width() < 820) { } else { // function splittingTextDelay (object, speed, delay_speed) { // var splitLength = $(object).find(".char").length; // for (var i=0; i