Current path: home/webdevt/www/demo2/wp-content/plugins/supreme-modules-for-divi/includes/modules/TypingEffect/
?? Go up: /home/webdevt/www/demo2/wp-content/plugins/supreme-modules-for-divi/includes/modules
jQuery(function(t){var e=t(".dsm-typing-effect .dsm-typing");t(".dsm-typing-effect").length&&t(e).each(function(e,a){var s=t(this).data("dsm-typing-strings").split("|"),d=t(this).data("dsm-typing-loop"),i=parseFloat(t(this).data("dsm-typing-speed"),10),n=parseFloat(t(this).data("dsm-typing-backdelay"),10),p=parseFloat(t(this).data("dsm-typing-backspeed"),10),l=t(this).data("dsm-typing-cursor").replaceAll("&","&").replaceAll("<","<").replaceAll(">",">").replaceAll('"',""").replaceAll("'","'"),o=t(this).data("dsm-typing-fadeout"),r=t(this).data("dsm-typing-shuffle"),y=parseFloat(t(this).data("dsm-typing-delay"),10)+500,h=t(this).data("dsm-typing-viewport"),c=t(this).data("dsm-typing-repeat"),g=this,m={strings:s,loop:d,startDelay:y,typeSpeed:i,backSpeed:p,backDelay:n,cursorChar:l,fadeOut:o,shuffle:r,contentType:"html",onComplete:e=>{"on"==t(this).data("dsm-typing-remove-cursor")&&t(this).next(".typed-cursor").hide()}},f="";t(this).waypoint({handler:function(t){"on"===c?"down"===t?f=new Typed(g,m):f.destroy():(this.destroy(),f=new Typed(g,m))},offset:h})})});