Skip to content

Commit

Permalink
Update BackgroundAurra.tsx
Browse files Browse the repository at this point in the history
Signed-off-by: Neeraj Rekwar <[email protected]>
  • Loading branch information
neerajrekwar authored Sep 7, 2024
1 parent 621d96a commit fd94e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/BackgroundAurra.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export function AuroraBackgroundDemo() {
<motion.div
whileDrag={{}}
initial={{ rotate: 160, scale: 0.2, x: -200, x2: 0, y: -200 }}
animate={{ rotate: 360, scale: 0.1, x: 400, x2: 0, y: 80 }}
animate={{ rotate: 360, scale: 0.1, x: 400, x2: 0, y: 200 }}
whileInView={{ rotate: 0, scale: 1, x2: -1040, x: 0, y: 0 }}
transition={{
type: "spring",
Expand Down

0 comments on commit fd94e44

Please sign in to comment.