Skip to content

Commit

Permalink
no blur
Browse files Browse the repository at this point in the history
  • Loading branch information
arvid220u committed Jul 9, 2022
1 parent b8c6dcc commit b09ae37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ function StoryAnimation({ seed }: { seed: string }): JSX.Element {
></div> */}
{keyframes[keyframe].map((circle, i) => (
<motion.div
className="blur-xs absolute top-1/2 left-1/2 rounded-full blur-lg filter"
className="blur-xs absolute top-1/2 left-1/2 rounded-full filter"
animate={{
x: circle.position.x - circle.size / 2,
y: circle.position.y - circle.size / 2,
Expand Down

0 comments on commit b09ae37

Please sign in to comment.