first commit
This commit is contained in:
40
node_modules/lottie-web/docs/json/effects/angle.json
generated
vendored
Normal file
40
node_modules/lottie-web/docs/json/effects/angle.json
generated
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"ix": {
|
||||
"title": "Effect Index",
|
||||
"description": "Effect Index. Used for expressions. NOT USED. EQUALS SLIDER.",
|
||||
"type": "number"
|
||||
},
|
||||
"mn": {
|
||||
"title": "Match Name",
|
||||
"description": "After Effect's Match Name. Used for expressions.",
|
||||
"type": "string"
|
||||
},
|
||||
"nm": {
|
||||
"title": "Name",
|
||||
"description": "After Effect's Name. Used for expressions.",
|
||||
"type": "string"
|
||||
},
|
||||
"ty": {
|
||||
"title": "Type",
|
||||
"description": "Effect type.",
|
||||
"type": "number",
|
||||
"const": 1
|
||||
},
|
||||
"v": {
|
||||
"title": "Value",
|
||||
"description": "Effect value.",
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "#/properties/value"
|
||||
},
|
||||
{
|
||||
"$ref": "#/properties/valueKeyframed"
|
||||
}
|
||||
],
|
||||
"type": "object"
|
||||
}
|
||||
}
|
||||
}
|
40
node_modules/lottie-web/docs/json/effects/checkBox.json
generated
vendored
Normal file
40
node_modules/lottie-web/docs/json/effects/checkBox.json
generated
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"ix": {
|
||||
"title": "Effect Index",
|
||||
"description": "Effect Index. Used for expressions.",
|
||||
"type": "number"
|
||||
},
|
||||
"mn": {
|
||||
"title": "Match Name",
|
||||
"description": "After Effect's Match Name. Used for expressions.",
|
||||
"type": "string"
|
||||
},
|
||||
"nm": {
|
||||
"title": "Name",
|
||||
"description": "After Effect's Name. Used for expressions.",
|
||||
"type": "string"
|
||||
},
|
||||
"ty": {
|
||||
"title": "Type",
|
||||
"description": "Effect type.",
|
||||
"type": "number",
|
||||
"const": 7
|
||||
},
|
||||
"v": {
|
||||
"title": "Value",
|
||||
"description": "Effect value.",
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "#/properties/value"
|
||||
},
|
||||
{
|
||||
"$ref": "#/properties/valueKeyframed"
|
||||
}
|
||||
],
|
||||
"type": "object"
|
||||
}
|
||||
}
|
||||
}
|
40
node_modules/lottie-web/docs/json/effects/color.json
generated
vendored
Normal file
40
node_modules/lottie-web/docs/json/effects/color.json
generated
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"ix": {
|
||||
"title": "Effect Index",
|
||||
"description": "Effect Index. Used for expressions.",
|
||||
"type": "number"
|
||||
},
|
||||
"mn": {
|
||||
"title": "Match Name",
|
||||
"description": "After Effect's Match Name. Used for expressions.",
|
||||
"type": "string"
|
||||
},
|
||||
"nm": {
|
||||
"title": "Name",
|
||||
"description": "After Effect's Name. Used for expressions.",
|
||||
"type": "string"
|
||||
},
|
||||
"ty": {
|
||||
"title": "Type",
|
||||
"description": "Effect type.",
|
||||
"type": "number",
|
||||
"const": 2
|
||||
},
|
||||
"v": {
|
||||
"title": "Value",
|
||||
"description": "Effect value.",
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "#/properties/multiDimensional"
|
||||
},
|
||||
{
|
||||
"$ref": "#/properties/multiDimensionalKeyframed"
|
||||
}
|
||||
],
|
||||
"type": "object"
|
||||
}
|
||||
}
|
||||
}
|
4
node_modules/lottie-web/docs/json/effects/customValue.json
generated
vendored
Normal file
4
node_modules/lottie-web/docs/json/effects/customValue.json
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"type": "object"
|
||||
}
|
40
node_modules/lottie-web/docs/json/effects/dropDown.json
generated
vendored
Normal file
40
node_modules/lottie-web/docs/json/effects/dropDown.json
generated
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"ix": {
|
||||
"title": "Effect Index",
|
||||
"description": "Effect Index. Used for expressions.",
|
||||
"type": "number"
|
||||
},
|
||||
"mn": {
|
||||
"title": "Match Name",
|
||||
"description": "After Effect's Match Name. Used for expressions.",
|
||||
"type": "string"
|
||||
},
|
||||
"nm": {
|
||||
"title": "Name",
|
||||
"description": "After Effect's Name. Used for expressions.",
|
||||
"type": "string"
|
||||
},
|
||||
"ty": {
|
||||
"title": "Type",
|
||||
"description": "Effect type.",
|
||||
"type": "number",
|
||||
"const": 7
|
||||
},
|
||||
"v": {
|
||||
"title": "Value",
|
||||
"description": "Effect value.",
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "#/properties/value"
|
||||
},
|
||||
{
|
||||
"$ref": "#/properties/valueKeyframed"
|
||||
}
|
||||
],
|
||||
"type": "object"
|
||||
}
|
||||
}
|
||||
}
|
55
node_modules/lottie-web/docs/json/effects/fill.json
generated
vendored
Normal file
55
node_modules/lottie-web/docs/json/effects/fill.json
generated
vendored
Normal file
@@ -0,0 +1,55 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"ix": {
|
||||
"title": "Effect Index",
|
||||
"description": "Effect Index. Used for expressions.",
|
||||
"type": "number"
|
||||
},
|
||||
"mn": {
|
||||
"title": "Match Name",
|
||||
"description": "After Effect's Match Name. Used for expressions.",
|
||||
"type": "string"
|
||||
},
|
||||
"nm": {
|
||||
"title": "Name",
|
||||
"description": "After Effect's Name. Used for expressions.",
|
||||
"type": "string"
|
||||
},
|
||||
"ty": {
|
||||
"title": "Type",
|
||||
"description": "Effect type.",
|
||||
"type": "number",
|
||||
"const": 21
|
||||
},
|
||||
"ef": {
|
||||
"title": "Effects",
|
||||
"description": "Effect List of properties.",
|
||||
"items": [
|
||||
{
|
||||
"$ref": "#/effects/point"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/dropDown"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/color"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/dropDown"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/slider"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/slider"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/slider"
|
||||
}
|
||||
],
|
||||
"type": "array"
|
||||
}
|
||||
}
|
||||
}
|
41
node_modules/lottie-web/docs/json/effects/group.json
generated
vendored
Normal file
41
node_modules/lottie-web/docs/json/effects/group.json
generated
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"ix": {
|
||||
"title": "Effect Index",
|
||||
"description": "Effect Index. Used for expressions.",
|
||||
"type": "number"
|
||||
},
|
||||
"mn": {
|
||||
"title": "Match Name",
|
||||
"description": "After Effect's Match Name. Used for expressions.",
|
||||
"type": "string"
|
||||
},
|
||||
"nm": {
|
||||
"title": "Name",
|
||||
"description": "After Effect's Name. Used for expressions.",
|
||||
"type": "string"
|
||||
},
|
||||
"ty": {
|
||||
"title": "Type",
|
||||
"description": "Effect type.",
|
||||
"type": "number",
|
||||
"const": 5
|
||||
},
|
||||
"ef": {
|
||||
"title": "Effects",
|
||||
"description": "Effect List of properties.",
|
||||
"items": {
|
||||
"$ref": "#/effects/index",
|
||||
"type": "object"
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"en": {
|
||||
"description": "Enabled AE property value",
|
||||
"extended_name": "Enabled",
|
||||
"type": "number"
|
||||
}
|
||||
}
|
||||
}
|
51
node_modules/lottie-web/docs/json/effects/index.json
generated
vendored
Normal file
51
node_modules/lottie-web/docs/json/effects/index.json
generated
vendored
Normal file
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"type": "object",
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "#/effects/slider"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/angle"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/color"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/point"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/checkBox"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/group"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/noValue"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/dropDown"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/customValue"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/layer"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/tint"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/fill"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/stroke"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/tritone"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/proLevels"
|
||||
}
|
||||
]
|
||||
}
|
33
node_modules/lottie-web/docs/json/effects/layer.json
generated
vendored
Normal file
33
node_modules/lottie-web/docs/json/effects/layer.json
generated
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"ix": {
|
||||
"title": "Effect Index",
|
||||
"description": "Effect Index. Used for expressions. NOT USED. EQUALS SLIDER.",
|
||||
"type": "number"
|
||||
},
|
||||
"mn": {
|
||||
"title": "Match Name",
|
||||
"description": "After Effect's Match Name. Used for expressions.",
|
||||
"type": "string"
|
||||
},
|
||||
"nm": {
|
||||
"title": "Name",
|
||||
"description": "After Effect's Name. Used for expressions.",
|
||||
"type": "string"
|
||||
},
|
||||
"ty": {
|
||||
"title": "Type",
|
||||
"description": "Effect type.",
|
||||
"type": "number",
|
||||
"const": 0
|
||||
},
|
||||
"v": {
|
||||
"title": "Value",
|
||||
"description": "Effect value.",
|
||||
"$ref": "#/properties/value",
|
||||
"type": "object"
|
||||
}
|
||||
}
|
||||
}
|
1
node_modules/lottie-web/docs/json/effects/noValue.json
generated
vendored
Normal file
1
node_modules/lottie-web/docs/json/effects/noValue.json
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{}
|
43
node_modules/lottie-web/docs/json/effects/point.json
generated
vendored
Normal file
43
node_modules/lottie-web/docs/json/effects/point.json
generated
vendored
Normal file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"ix": {
|
||||
"title": "Effect Index",
|
||||
"description": "Effect Index. Used for expressions.",
|
||||
"type": "number"
|
||||
},
|
||||
"mn": {
|
||||
"title": "Match Name",
|
||||
"description": "After Effect's Match Name. Used for expressions.",
|
||||
"type": "string"
|
||||
},
|
||||
"nm": {
|
||||
"title": "Name",
|
||||
"description": "After Effect's Name. Used for expressions.",
|
||||
"type": "string"
|
||||
},
|
||||
"ty": {
|
||||
"title": "Type",
|
||||
"description": "Effect type.",
|
||||
"type": "number",
|
||||
"const": 2
|
||||
},
|
||||
"v": {
|
||||
"title": "Value",
|
||||
"description": "Effect value.",
|
||||
"type": "object",
|
||||
"items": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "#/properties/multiDimensional"
|
||||
},
|
||||
{
|
||||
"$ref": "#/properties/multiDimensionalKeyframed"
|
||||
}
|
||||
],
|
||||
"type": "object"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
130
node_modules/lottie-web/docs/json/effects/proLevels.json
generated
vendored
Normal file
130
node_modules/lottie-web/docs/json/effects/proLevels.json
generated
vendored
Normal file
@@ -0,0 +1,130 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"ix": {
|
||||
"title": "Effect Index",
|
||||
"description": "Effect Index. Used for expressions.",
|
||||
"type": "number"
|
||||
},
|
||||
"mn": {
|
||||
"title": "Match Name",
|
||||
"description": "After Effect's Match Name. Used for expressions.",
|
||||
"type": "string"
|
||||
},
|
||||
"nm": {
|
||||
"title": "Name",
|
||||
"description": "After Effect's Name. Used for expressions.",
|
||||
"type": "string"
|
||||
},
|
||||
"ty": {
|
||||
"title": "Type",
|
||||
"description": "Effect type.",
|
||||
"type": "number",
|
||||
"const": 23
|
||||
},
|
||||
"ef": {
|
||||
"title": "Effects",
|
||||
"description": "Effect List of properties.",
|
||||
"type": "array",
|
||||
"items": [
|
||||
{
|
||||
"$ref": "#/effects/dropDown"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/noValue"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/noValue"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/slider"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/slider"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/slider"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/slider"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/slider"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/noValue"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/slider"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/slider"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/slider"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/slider"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/slider"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/noValue"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/slider"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/slider"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/slider"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/slider"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/slider"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/noValue"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/slider"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/slider"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/slider"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/slider"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/slider"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/noValue"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/slider"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/slider"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/slider"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/slider"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/slider"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
40
node_modules/lottie-web/docs/json/effects/slider.json
generated
vendored
Normal file
40
node_modules/lottie-web/docs/json/effects/slider.json
generated
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"ix": {
|
||||
"title": "Effect Index",
|
||||
"description": "Effect Index. Used for expressions.",
|
||||
"type": "number"
|
||||
},
|
||||
"mn": {
|
||||
"title": "Match Name",
|
||||
"description": "After Effect's Match Name. Used for expressions.",
|
||||
"type": "string"
|
||||
},
|
||||
"nm": {
|
||||
"title": "Name",
|
||||
"description": "After Effect's Name. Used for expressions.",
|
||||
"type": "string"
|
||||
},
|
||||
"ty": {
|
||||
"title": "Type",
|
||||
"description": "Effect type.",
|
||||
"type": "number",
|
||||
"const": 0
|
||||
},
|
||||
"v": {
|
||||
"title": "Value",
|
||||
"description": "Effect value.",
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "#/properties/value"
|
||||
},
|
||||
{
|
||||
"$ref": "#/properties/valueKeyframed"
|
||||
}
|
||||
],
|
||||
"type": "object"
|
||||
}
|
||||
}
|
||||
}
|
64
node_modules/lottie-web/docs/json/effects/stroke.json
generated
vendored
Normal file
64
node_modules/lottie-web/docs/json/effects/stroke.json
generated
vendored
Normal file
@@ -0,0 +1,64 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"ix": {
|
||||
"title": "Effect Index",
|
||||
"description": "Effect Index. Used for expressions.",
|
||||
"type": "number"
|
||||
},
|
||||
"mn": {
|
||||
"title": "Match Name",
|
||||
"description": "After Effect's Match Name. Used for expressions.",
|
||||
"type": "string"
|
||||
},
|
||||
"nm": {
|
||||
"title": "Name",
|
||||
"description": "After Effect's Name. Used for expressions.",
|
||||
"type": "string"
|
||||
},
|
||||
"ty": {
|
||||
"title": "Type",
|
||||
"description": "Effect type.",
|
||||
"type": "number",
|
||||
"const": 22
|
||||
},
|
||||
"ef": {
|
||||
"title": "Effects",
|
||||
"description": "Effect List of properties.",
|
||||
"type": "array",
|
||||
"items": [
|
||||
{
|
||||
"$ref": "#/effects/color"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/checkBox"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/color"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/slider"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/slider"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/slider"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/slider"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/slider"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/dropDown"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/dropDown"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
43
node_modules/lottie-web/docs/json/effects/tint.json
generated
vendored
Normal file
43
node_modules/lottie-web/docs/json/effects/tint.json
generated
vendored
Normal file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"ix": {
|
||||
"title": "Effect Index",
|
||||
"description": "Effect Index. Used for expressions.",
|
||||
"type": "number"
|
||||
},
|
||||
"mn": {
|
||||
"title": "Match Name",
|
||||
"description": "After Effect's Match Name. Used for expressions.",
|
||||
"type": "string"
|
||||
},
|
||||
"nm": {
|
||||
"title": "Name",
|
||||
"description": "After Effect's Name. Used for expressions.",
|
||||
"type": "string"
|
||||
},
|
||||
"ty": {
|
||||
"title": "Type",
|
||||
"description": "Effect type.",
|
||||
"type": "number",
|
||||
"const": 20
|
||||
},
|
||||
"ef": {
|
||||
"title": "Effects",
|
||||
"description": "Effect List of properties.",
|
||||
"type": "array",
|
||||
"items": [
|
||||
{
|
||||
"$ref": "#/effects/color"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/color"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/slider"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
46
node_modules/lottie-web/docs/json/effects/tritone.json
generated
vendored
Normal file
46
node_modules/lottie-web/docs/json/effects/tritone.json
generated
vendored
Normal file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"ix": {
|
||||
"title": "Effect Index",
|
||||
"description": "Effect Index. Used for expressions.",
|
||||
"type": "number"
|
||||
},
|
||||
"mn": {
|
||||
"title": "Match Name",
|
||||
"description": "After Effect's Match Name. Used for expressions.",
|
||||
"type": "string"
|
||||
},
|
||||
"nm": {
|
||||
"title": "Name",
|
||||
"description": "After Effect's Name. Used for expressions.",
|
||||
"type": "string"
|
||||
},
|
||||
"ty": {
|
||||
"title": "Type",
|
||||
"description": "Effect type.",
|
||||
"type": "number",
|
||||
"const": 23
|
||||
},
|
||||
"ef": {
|
||||
"title": "Effects",
|
||||
"description": "Effect List of properties.",
|
||||
"type": "array",
|
||||
"items": [
|
||||
{
|
||||
"$ref": "#/effects/color"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/color"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/color"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/slider"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user