/home/vianto5/tcorporation.com/js
NameSizeModeActions
.DS_Store61480644editdlrm
bootstrap.min.js370450755editdlrm
contact-me.js27560755editdlrm
jquery.countdown.js95500755editdlrm
jquery.easings.min.js129260755editdlrm
jquery.fullpage-min.js297300644editdlrm
jquery.fullpage.js1194440755editdlrm
jquery.min.js971620644editdlrm
jquery.swipebox.js252740755editdlrm
main-essential-2-bonus.js46760755editdlrm
main-essential-bonus.js78540755editdlrm
main-fullscreen-min.js49570644editdlrm
main-fullscreen.js49550755editdlrm
main-min.js30590644editdlrm
main-minimal.js27490755editdlrm
main-slideshow-min.js49590644editdlrm
main-slideshow.js49570755editdlrm
main.js57420755editdlrm
modernizr.custom.js83720644editdlrm
notifyMe.js52410755editdlrm
placeholder.js43460644editdlrm
vegas.js222000755editdlrm
Edit: /home/vianto5/tcorporation.com/js/main-minimal.js (2749B)
/* * iSOON - Ideal Coming Soon Template * Release Date: April 2017 * Last Update: April 2017 * Author: Madeon08 * Copyright (C) 2017 Madeon08 * This is a premium product available exclusively here : http://themeforest.net/user/Madeon08/portfolio */ /* TABLE OF CONTENTS --------------------------- 1. Loading / Opening 2. Countdown 3. Responsive 4. Newsletter */ /* ------------------------------------- */ /* 1. Loading / Opening ................ */ /* ------------------------------------- */ $(window).load(function() { "use strict"; $("#right-block-top , #right-block-bottom , #fullpage , #fp-nav , #menu-access , .social-footer").css("opacity", "0"); $("#fullpage").css("top", "100vh"); setTimeout(function() { $("#loading").fadeOut(); }, 1000); setTimeout(function() { $("#fullpage").css({ top: "0", opacity: "1" }); $("#right-block-top").addClass("animated-quick fadeInUp").css("opacity", "1"); }, 1500); setTimeout(function() { $("#right-block-bottom").addClass("animated-quick fadeInUp").css("opacity", "1"); }, 1600); setTimeout(function() { $("#fp-nav , #menu-access , .social-footer").css("opacity", "1"); $("#right-block-bottom , #right-block-top").removeClass("animated-middle fadeInUp"); }, 2210); }); $(document).ready(function() { "use strict"; /* ------------------------------------- */ /* 2. Countdown ........................ */ /* ------------------------------------- */ // Year/Month/Day Hour:Minute:Second $("#getting-started").countdown("2017/10/24 15:30:30", function(a) { $(this).html(a.strftime('%D Days
%Hh %Mm %Ss ... Before the launch')); }); /* ------------------------------------- */ /* 3. Responsive ....................... */ /* ------------------------------------- */ 1025 > $(window).width() && ($("#right-block").insertAfter("#section0"), $("a").on("click", function() { $("html, body").animate({ scrollTop: $($(this).attr("href")).offset().top }, 500); return !1; })); if( !/Android/i.test(navigator.userAgent) ) { $(window).resize(function() { 1025 > $(window).width() ? ($("#right-block").insertAfter("#section0"), $("a#anchor").attr("href", "#right-block")) : ($("#right-block").insertAfter("#fullpage"), $("a#anchor").attr("href", "#2")); }); } /* ------------------------------------- */ /* 4. Newsletter ....................... */ /* ------------------------------------- */ $("#notifyMe").notifyMe(); });