Created
April 17, 2025 08:43
-
-
Save jacobsapps/1d602137e4778bd0be8531dd280eca8f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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