From 7e12426b047b5257084882070b19c72a159e7051 Mon Sep 17 00:00:00 2001 From: santosh7273 Date: Tue, 14 May 2024 08:56:13 -0500 Subject: [PATCH] addingjs --- index.html | 13 ++++++++++++- index.js | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+), 1 deletion(-) create mode 100644 index.js diff --git a/index.html b/index.html index 3b763809..5a17746d 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,7 @@ + Your Name @@ -19,22 +20,32 @@

FirstName LastName

+

About

Lorem ipsum dolor sit amet consectetur adipisicing elit. Perferendis quas sint et nihil iusto eius nostrum sit error, repellat optio quisquam! Magnam dolore iusto cumque. Nostrum error iste neque maiores.

+
+

Experience

Lorem ipsum dolor sit amet consectetur adipisicing elit. Reiciendis in maiores autem quidem.

- +
+

Skills

Lorem ipsum dolor sit amet consectetur adipisicing elit. Reiciendis in maiores autem quidem obcaecati excepturi! Cupiditate eaque itaque magni voluptatibus neque nobis est dolor? Atque sunt minus ipsa asperiores. At.

+
+ +

Contact

myEmail@email.com

+
+ diff --git a/index.js b/index.js new file mode 100644 index 00000000..b18b586c --- /dev/null +++ b/index.js @@ -0,0 +1,35 @@ +ScrollReveal().reveal('.section-1',{ + duration:2000, + origin:'top', + distance:'10px', +}); +ScrollReveal().reveal('.m1',{ + duration:2000, + origin:'right', + distance:'10px', + delay:500 +}); +ScrollReveal().reveal('.m5',{ + duration:2000, + origin:'top', + distance:'10px', + delay:1000 +}); +ScrollReveal().reveal('.m2',{ + duration:2000, + origin:'left', + distance:'10px', + delay:1500 +}); +ScrollReveal().reveal('.m3',{ + duration:2000, + origin:'top', + distance:'10px', + delay:2000 +}); +ScrollReveal().reveal('.m4',{ + duration:2000, + origin:'bottom', + distance:'10px', + delay:2000 +}); \ No newline at end of file