Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jacobsapps/48b2e650720fb996aeb3a779996b14ce to your computer and use it in GitHub Desktop.
Save jacobsapps/48b2e650720fb996aeb3a779996b14ce to your computer and use it in GitHub Desktop.
CardView(card: card, size: .small, showEffects: false)
.conditionalEffect(
.repeat(.wiggle(rate: .phaseLength(0.45)),
every: .seconds(2)),
condition: isWobbling)
.transition(.movingParts.poof)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment