From 6db26c39c9b9fd1dc0b38a5d4020af55d503ec75 Mon Sep 17 00:00:00 2001 From: Arjun Patel Date: Mon, 25 Feb 2019 00:43:03 -0800 Subject: [PATCH] signup --- dist/js/main.min.js | 2 +- src/js/main.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/js/main.min.js b/dist/js/main.min.js index 27522e3..d4946c4 100644 --- a/dist/js/main.min.js +++ b/dist/js/main.min.js @@ -1 +1 @@ -!function(){const e=document.documentElement;if(e.classList.remove("no-js"),e.classList.add("js"),document.body.classList.contains("has-animations")){const e=window.sr=ScrollReveal();e.reveal(".hero-title, .hero-paragraph, .hero-cta",{duration:1e3,distance:"40px",easing:"cubic-bezier(0.5, -0.01, 0, 1.005)",origin:"bottom",interval:150}),e.reveal(".feature, .pricing-table",{duration:600,distance:"40px",easing:"cubic-bezier(0.5, -0.01, 0, 1.005)",interval:100,origin:"bottom",viewFactor:.5}),e.reveal(".feature-extended-image, .testimonial",{duration:600,scale:.9,easing:"cubic-bezier(0.5, -0.01, 0, 1.005)",viewFactor:.5})}}(); \ No newline at end of file +!function(){const e=document.documentElement;if(e.classList.remove("no-js"),e.classList.add("js"),document.body.classList.contains("has-animations")){const e=window.sr=ScrollReveal();e.reveal(".hero-title, .hero-paragraph, .hero-cta, .join-paragraph",{duration:1e3,distance:"40px",easing:"cubic-bezier(0.5, -0.01, 0, 1.005)",origin:"bottom",interval:150}),e.reveal(".feature, .pricing-table",{duration:600,distance:"40px",easing:"cubic-bezier(0.5, -0.01, 0, 1.005)",interval:100,origin:"bottom",viewFactor:.5}),e.reveal(".feature-extended-image, .testimonial",{duration:600,scale:.9,easing:"cubic-bezier(0.5, -0.01, 0, 1.005)",viewFactor:.5})}}(); \ No newline at end of file diff --git a/src/js/main.js b/src/js/main.js index f30be0c..55bde60 100644 --- a/src/js/main.js +++ b/src/js/main.js @@ -9,7 +9,7 @@ /* global ScrollReveal */ const sr = (window.sr = ScrollReveal()); - sr.reveal('.hero-title, .hero-paragraph, .hero-cta', { + sr.reveal('.hero-title, .hero-paragraph, .hero-cta, .join-paragraph', { duration: 1000, distance: '40px', easing: 'cubic-bezier(0.5, -0.01, 0, 1.005)',