Skip to content

Commit

Permalink
Feat: Recruit1 페이지 스크롤 로티 추가 #33
Browse files Browse the repository at this point in the history
  • Loading branch information
shu07002 committed Sep 21, 2024
1 parent 88c9ea8 commit 45f1e7d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/app/recruit/ScrollLottie.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
import React from 'react'
import Lottie from 'lottie-react'
import ScrollAnimation from '../../../public/lottie/animation.json'

const ScrollLottie = () => {
return <div>스크롤 Lottie</div>
return (
<Lottie
animationData={ScrollAnimation}
loop={true}
/>
)
}

export default ScrollLottie

0 comments on commit 45f1e7d

Please sign in to comment.