Skip to content

Commit 255a2d7

Browse files
Add Kevin's bird 🐦
1 parent cea16e6 commit 255a2d7

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

birds/kevin_bird_hawk.png

559 KB
Loading

manifest.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,5 +238,17 @@
238238
"duration": "20s",
239239
"timing_function": "linear"
240240
}
241+
},
242+
{
243+
"id": "bird_hawk",
244+
"animation": {
245+
"css_keyframes": "@keyframes fly_hawk { 0% { transform: translate(-20vw, 60vh) rotate(-10deg); } 25% { transform: translate(15vw, 45vh) rotate(5deg); } 50% { transform: translate(60vw, 70vh) rotate(-8deg); } 75% { transform: translate(90vw, 30vh) rotate(12deg); } 100% { transform: translate(120vw, 55vh) rotate(-5deg); } }",
246+
"animation_name": "fly_hawk",
247+
"duration": "22s",
248+
"timing_function": "ease-in-out"
249+
},
250+
"image": "birds/kevin_bird_hawk.png",
251+
"origin": "SC",
252+
"bird_name": "Kevin"
241253
}
242254
]

0 commit comments

Comments
 (0)