Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Kanha412 committed Aug 21, 2023
1 parent 54016ac commit c3a4ef2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -436,12 +436,12 @@ if (width > 600) {
}
else
{
ScrollReveal().reveal('.fix', { origin: 'top', distance: '20px', duration: 2000, delay: 120 });
ScrollReveal().reveal('.fix2', { origin: 'left', distance: '2px', duration: 2000, delay: 120 });
ScrollReveal().reveal('.fix3', { origin: 'right', distance: '2px', duration: 2000, delay: 120 });
ScrollReveal().reveal('.fix4', { origin: 'bottom', distance: '20px', duration: 2000, delay: 120 });
ScrollReveal().reveal('.reveal', { origin: 'top', distance: '20px', duration: 2000, delay: 120 });
ScrollReveal().reveal('.reveal2', { origin: 'left', distance: '2px', duration: 2000, delay: 120 });
ScrollReveal().reveal('.reveal3', { origin: 'right', distance: '2px', duration: 2000, delay: 120 });
ScrollReveal().reveal('.reveal4', { origin: 'bottom', distance: '20px', duration: 2000, delay: 120 });
ScrollReveal().reveal('.fix', { origin: 'top', distance: '20px', duration: 1800, delay: 90 });
ScrollReveal().reveal('.fix2', { origin: 'left', distance: '2px', duration: 1800, delay: 90 });
ScrollReveal().reveal('.fix3', { origin: 'right', distance: '2px', duration: 1800, delay: 90 });
ScrollReveal().reveal('.fix4', { origin: 'bottom', distance: '20px', duration: 1800, delay: 90 });
ScrollReveal().reveal('.reveal', { origin: 'top', distance: '20px', duration: 1800, delay: 90 });
ScrollReveal().reveal('.reveal2', { origin: 'left', distance: '2px', duration: 1800, delay: 90 });
ScrollReveal().reveal('.reveal3', { origin: 'right', distance: '2px', duration: 1800, delay: 90 });
ScrollReveal().reveal('.reveal4', { origin: 'bottom', distance: '20px', duration: 1800, delay: 90 });
}

0 comments on commit c3a4ef2

Please sign in to comment.