Skip to content

Commit b92306f

Browse files
Fix(Landing Page): Reverse marquee animation direction (#894)
Co-authored-by: Supritha-gurazala <171582752+Supritha-gurazala@users.noreply.github.com> Co-authored-by: Rahul Harpal <51887323+rahulharpal1603@users.noreply.github.com>
1 parent 2a0d9d0 commit b92306f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

landing-page/src/Pages/Demo/marqu.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ export default function TechMarquee() {
3232
<motion.div
3333
className="flex space-x-6 items-center"
3434
initial={{ x: '0%' }}
35-
animate={{ x: '-200%' }}
35+
animate={{ x: '100%' }}
3636
transition={{
37-
duration: 10,
37+
duration: 15,
3838
ease: "linear",
3939
repeat: Infinity,
4040
repeatType: "loop"

0 commit comments

Comments
 (0)