Skip to content

Instantly share code, notes, and snippets.

@jeremyckahn
Last active August 29, 2015 14:12
Show Gist options
  • Save jeremyckahn/bea1c369197768197d3e to your computer and use it in GitHub Desktop.
Save jeremyckahn/bea1c369197768197d3e to your computer and use it in GitHub Desktop.
The JSON format for Stylie localStorage data.
{
"savedAnimations": {
"__transientAnimation": {
"actorModel": {
"transformPropertyCollection": [
{
"x": 50,
"y": 489,
"millisecond": 0,
"isCentered": true,
"scale": 1,
"rotationX": 0,
"rotationY": 0,
"rotationZ": 0,
"easing_x": "linear",
"easing_y": "linear",
"easing_scale": "linear",
"easing_rotationX": "linear",
"easing_rotationY": "linear",
"easing_rotationZ": "linear"
},
{
"x": 250,
"y": 489,
"millisecond": 1000,
"isCentered": true,
"scale": 1,
"rotationX": 0,
"rotationY": 0,
"rotationZ": 0,
"easing_x": "linear",
"easing_y": "linear",
"easing_scale": "linear",
"easing_rotationX": "linear",
"easing_rotationY": "linear",
"easing_rotationZ": "linear"
}
]
},
"bezierCurves": {
"customCurve1": {
"name": "customCurve1",
"x1": 0.25,
"y1": 0.5,
"x2": 0.75,
"y2": 0.5
}
}
},
"My animation": {
"actorModel": {
"transformPropertyCollection": [
{
"x": 50,
"y": 489,
"millisecond": 0,
"isCentered": true,
"scale": 1,
"rotationX": 0,
"rotationY": 0,
"rotationZ": 0,
"easing_x": "linear",
"easing_y": "linear",
"easing_scale": "linear",
"easing_rotationX": "linear",
"easing_rotationY": "linear",
"easing_rotationZ": "linear"
},
{
"x": 250,
"y": 489,
"millisecond": 1000,
"isCentered": true,
"scale": 1,
"rotationX": 0,
"rotationY": 0,
"rotationZ": 0,
"easing_x": "linear",
"easing_y": "linear",
"easing_scale": "linear",
"easing_rotationX": "linear",
"easing_rotationY": "linear",
"easing_rotationZ": "linear"
}
]
},
"bezierCurves": {
"customCurve1": {
"name": "customCurve1",
"x1": 0.25,
"y1": 0.5,
"x2": 0.75,
"y2": 0.5
}
}
}
},
"ui": {
"cssOrientation": "first-keyframe",
"focusedControlPanelTab": "management"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment