Skip to content

Commit

Permalink
only fade, no offset (#478)
Browse files Browse the repository at this point in the history
  • Loading branch information
ariyin authored Oct 26, 2024
1 parent 26655d7 commit 490bead
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Home/HackDescription.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default function HackDescription() {
<div>
<div className='hack-description-container'>
<img src={logo} className='home-hack-logo' alt='Hack Logo' />
<ScrollAnimation animateIn='fadeInUp' offset='20'>
<ScrollAnimation animateIn='fadeIn'>
<div className='hack-description'>
<h1 className='hack-title'>What is Hack?</h1>
<p>{hackDescription}</p>
Expand All @@ -28,7 +28,7 @@ export default function HackDescription() {
</div>
<div className='hack-connected-container'>
<img src={pigeon} className='home-graphic' alt='Hack Logo' />
<ScrollAnimation animateIn='fadeInUp' offset='20'>
<ScrollAnimation animateIn='fadeIn'>
<h2 className='hack-subtitle'>Stay Connected</h2>
<p>{connectedDescription}</p>
</ScrollAnimation>
Expand Down

0 comments on commit 490bead

Please sign in to comment.