Skip to content

Commit

Permalink
Fix zigzag animation
Browse files Browse the repository at this point in the history
  • Loading branch information
sarsamurmu committed Aug 22, 2024
1 parent 34a9815 commit d34317c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/animated_parts.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ export const ZigZag = () => {
duration: 1
})

am.bind('bind', tl)
am.bind('particle', tl)
}, { dependencies: [am.current], revertOnUpdate: true })

return (
Expand Down

0 comments on commit d34317c

Please sign in to comment.