Skip to content

Commit

Permalink
Hide section 2 for demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluesmile82 committed Oct 14, 2024
1 parent cdf2acf commit 8078ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/lines/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const Lines = ({
!!columns?.length ?
columns.map((x, index) => (
<motion.div
initial={{ x: -1000, opacity: 0 }}
initial={{ x: 1000, opacity: 0 }}
animate={{ x, opacity: 1 }}
transition={{ delay: 0.1 + index * 0.1, duration: 0.1 }}
key={`line-y-${sectionName}-${index}`}
Expand Down

0 comments on commit 8078ccc

Please sign in to comment.