Skip to content

Instantly share code, notes, and snippets.

@kikuchy
Created November 21, 2016 10:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kikuchy/f1c08596e8a35deb70f6cab50f03dc31 to your computer and use it in GitHub Desktop.
Save kikuchy/f1c08596e8a35deb70f6cab50f03dc31 to your computer and use it in GitHub Desktop.
{
"artwork": {
"id": "vector",
"canvasColor": null,
"width": 24,
"height": 24,
"layers": [
{
"id": "path",
"type": "path",
"pathData": "M 12 8 L 6 14 L 7.41 15.41 L 12 10.83 L 16.59 15.41 L 18 14 Z",
"fillColor": "#ff000000",
"fillAlpha": 1,
"strokeColor": "#ff000000",
"strokeAlpha": 1,
"strokeWidth": 0,
"strokeLinecap": "butt",
"strokeLinejoin": "miter",
"strokeMiterLimit": 10,
"trimPathStart": 0,
"trimPathEnd": 1,
"trimPathOffset": 0
}
]
},
"animations": [
{
"id": "anim",
"duration": 300,
"blocks": [
{
"layerId": "path",
"propertyName": "pathData",
"fromValue": "M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z",
"toValue": "M 12 8 L 6 14 L 7.41 15.41 L 12 10.83 L 16.59 15.41 L 18 14 Z",
"startTime": 0,
"endTime": 300,
"interpolator": "ACCELERATE_DECELERATE"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment