Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
VehanRajintha authored Jun 7, 2024
1 parent 088a45c commit a2cfd14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const sr = ScrollReveal({

})

sr.reveal(`.home__data, .explore__data, .explore__user, .footer__container`)
sr.reveal(`.home__data, .explore__data, .explore__user, .footer__container,.left-col, .right-col, .house-img, .house-info, .list-container`)
sr.reveal(`.home__card`, {delay: 600, distance: '100px',interval: 100})
sr.reveal(`.about__data, .join__image`, {origin: 'right'})
sr.reveal(`.about__image, .join__data`, {origin: 'left'})
Expand Down

0 comments on commit a2cfd14

Please sign in to comment.