Skip to content

Commit c9a1ce5

Browse files
Add Matt's bird 🐦
1 parent 14b389a commit c9a1ce5

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

birds/matt_bird_perch.png

1.8 MB
Loading

manifest.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,5 +190,17 @@
190190
"image": "birds/bea_bird_FLIT.jpg",
191191
"origin": "Raleigh, NC",
192192
"bird_name": "Bea"
193+
},
194+
{
195+
"id": "bird_perch",
196+
"animation": {
197+
"css_keyframes": "@keyframes fly_perch { 0% { transform: translate(-20vw, 55vh) rotate(-10deg); } 15% { transform: translate(10vw, 70vh) rotate(-5deg); } 40% { transform: translate(45vw, 30vh) rotate(8deg); } 70% { transform: translate(80vw, 60vh) rotate(-2deg); } 100% { transform: translate(120vw, 45vh) rotate(5deg); } }",
198+
"animation_name": "fly_perch",
199+
"duration": "20s",
200+
"timing_function": "ease-in-out"
201+
},
202+
"image": "birds/matt_bird_perch.png",
203+
"origin": "Raleigh, NC",
204+
"bird_name": "Matt"
193205
}
194206
]

0 commit comments

Comments
 (0)