bodymovin
Version:
After Effects plugin for exporting animations to SVG + JavaScript or canvas + JavaScript
71 lines (70 loc) • 1.14 kB
JSON
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"oneOf": [
{
"standsFor": "normal",
"value": 0
},
{
"standsFor": "multiply",
"value": 1
},
{
"standsFor": "screen",
"value": 2
},
{
"standsFor": "overlay",
"value": 3
},
{
"standsFor": "darken",
"value": 4
},
{
"standsFor": "lighten",
"value": 5
},
{
"standsFor": "colorDodge",
"value": 6
},
{
"standsFor": "colorBurn",
"value": 7
},
{
"standsFor": "hardLight",
"value": 8
},
{
"standsFor": "softLight",
"value": 9
},
{
"standsFor": "difference",
"value": 10
},
{
"standsFor": "exclusion",
"value": 11
},
{
"standsFor": "hue",
"value": 12
},
{
"standsFor": "saturation",
"value": 13
},
{
"standsFor": "color",
"value": 14
},
{
"standsFor": "luminosity",
"value": 15
}
]
}