Skip to content

Instantly share code, notes, and snippets.

@nehayward
Created February 16, 2024 05:18
Show Gist options
  • Save nehayward/9839ecd330005d79ca220891aeefe3b0 to your computer and use it in GitHub Desktop.
Save nehayward/9839ecd330005d79ca220891aeefe3b0 to your computer and use it in GitHub Desktop.
Animate Ornament
.ornament(visibility: .visible, attachmentAnchor: .scene(.trailing), contentAlignment: .leading) {
Text("Animated Ornament")
.glassBackgroundEffect()
.offset(x: showSearch ? 0 : -400)
.offset(z: showSearch ? 0 : -64)
.animation(.spring, value: showSearch)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment