Skip to content

Instantly share code, notes, and snippets.

@jacobsapps
Created April 17, 2025 08:43
Show Gist options
  • Save jacobsapps/1d602137e4778bd0be8531dd280eca8f to your computer and use it in GitHub Desktop.
Save jacobsapps/1d602137e4778bd0be8531dd280eca8f to your computer and use it in GitHub Desktop.
.mapCameraKeyframeAnimator(trigger: selectedPub,
keyframes: { camera in
KeyframeTrack(\.centerCoordinate) { }
KeyframeTrack(\.distance) { }
KeyframeTrack(\.pitch) { }
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment