/* ---------------------------------------------------------------------------------------- * Author : Awaiken * Template Name : App Launch - App Landing Page HTML5 Template * File : Custom JS * Version : 1.0 * ---------------------------------------------------------------------------------------- */ (function ($) { "use strict"; var $window = $(window); /* Typed subtitle */ $('.typed-title').typed({ stringsElement: $('.typing-title'), backDelay: 2000, typeSpeed: 60, loop: true }); })(jQuery);