Last active
January 20, 2025 15:00
-
-
Save scosman/701275e737331aaab6a2acf74a523830 to your computer and use it in GitHub Desktop.
Sonnet 3.5 Fun - SVG Animation
This file contains 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
I used sonnet 3.5 and Cursor to created a logo which animates on entry. | |
Input file: initial_logo.svg (below) | |
Prompt: | |
``` | |
Let's add a start up animation to this SVG | |
Make it feel like feel like the logo starts broken, then fixes itself piece by piece. In a playful style like pixar. | |
``` | |
Output: animated_looped.svg (below). | |
Notes: | |
- I had zero prior experience with animating SVGs. My first prompt was "can you animate SVGs?". | |
- I did a second edit with Sonnet to make the animation repeat for this gist, but the initial edit was correctly a 1-time intro animation. | |
- It took 10x longer to format this gist then make the animation I wanted. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment