Created
April 17, 2025 08:44
-
-
Save jacobsapps/782c95f9344a51f0976e16131002f384 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
KeyframeTrack(\.distance) { | |
CubicKeyframe(600, duration: 2) | |
LinearKeyframe(600, duration: 3) | |
SpringKeyframe(4_000, duration: 1) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment