Skip to content

Commit 228bf0a

Browse files
marymary
authored andcommitted
Add my bird🐦
1 parent 41b5353 commit 228bf0a

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

birds/testbird.png

873 Bytes
Loading

manifest.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[
2+
{
3+
"id": "bird_goof",
4+
"image": "birds/testbird.png",
5+
"animation": {
6+
"css_keyframes": "@keyframes fly_goof { 0% { transform: translate(-20vw, 55vh) rotate(10deg); } 40% { transform: translate(40vw, 25vh) rotate(-15deg); } 75% { transform: translate(85vw, 65vh) rotate(20deg); } 100% { transform: translate(120vw, 45vh) rotate(-5deg); } }",
7+
"animation_name": "fly_goof",
8+
"duration": "22s",
9+
"timing_function": "ease-in-out"
10+
},
11+
"origin": "brooklyn",
12+
"bird_name": "mary"
13+
}
14+
]

0 commit comments

Comments
 (0)