Skip to content

Commit

Permalink
Update min.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Sritamraj20 authored Mar 22, 2024
1 parent 3f1018f commit 639edca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/min.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ const sr = ScrollReveal({
});

sr.reveal('.home__data, .about__img, .skills__subtitle, .skills__text',{});
sr.reveal('.home__img, .about, .about__subtitle, .about__text,.resumebutton, .skills__img',{delay: 700});
sr.reveal('.home__img, .about, .about__subtitle, .about__text,.resumebutton,.home__secondblob, .skills__img',{delay: 700});
sr.reveal('.home__social-icon',{ interval: 500});
sr.reveal('.skills__data, .timeline-content, .details-container, .work__img, .contact__input',{interval: 400});
sr.reveal('.skills__data, .timeline-content, .details-container,.work__img, .contact__input',{interval: 400});

0 comments on commit 639edca

Please sign in to comment.