repository
stringclasses 528
values | commit
stringlengths 40
40
| commitDate
timestamp[s] | path
stringlengths 11
149
| repoStars
int64 5
94.9k
| repoLastFetched
stringclasses 528
values | content
stringlengths 48
736k
| license
stringclasses 14
values | language
stringclasses 7
values |
---|---|---|---|---|---|---|---|---|
LottieFiles/lottie-docs | 1af4d9cc77b5af47725708fd76afbfe69312c4fd | 2023-03-03T11:06:43 | docs/schema/shapes/zig-zag.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/shapes/shape-element"
},
{
"properties": {
"pt": {
"$ref": "#/$defs/animated-properties/value",
"description": "Point type (1 = corner, 2 = smooth)",
"title": "Point Type"
},
"r": {
"$ref": "#/$defs/animated-properties/value",
"description": "Number of ridges per segment",
"title": "Frequency"
},
"s": {
"$ref": "#/$defs/animated-properties/value",
"description": "Distance between peaks and troughs",
"title": "Amplitude"
},
"ty": {
"const": "zz",
"title": "Shape Type",
"type": "string"
}
},
"required": [
"ty"
],
"type": "object"
}
],
"description": "Changes the edges of affected shapes into a series of peaks and valleys of uniform size",
"title": "Zig Zag",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | a330dc23e69c9a43e108db57890902a6383d9da2 | 2021-10-27T07:34:28 | docs/schema/effects/tint-effect.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/effects/effect"
},
{
"properties": {
"ef": {
"prefixItems": [
{
"$ref": "#/$defs/effect-values/color",
"description": "Tint of the darker parts of the layer",
"title": "Black Color"
},
{
"$ref": "#/$defs/effect-values/color",
"description": "Tint of the lighter parts of the layer",
"title": "White Color"
},
{
"$ref": "#/$defs/effect-values/slider",
"description": "Intensity of the effect, 0 means the layer is unchanged. 100 means full effect",
"title": "Intensity"
}
],
"title": "Effect values",
"type": "array"
},
"ty": {
"const": 20,
"title": "Type",
"type": "integer"
}
},
"required": [
"ty"
],
"type": "object"
}
],
"description": "Colorizes the layer\n@note Opacity is in [0, 100]",
"title": "Tint Effect",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 58ded472e45867cf164ea2fcc91bad061cb88224 | 2022-06-20T14:24:59 | docs/schema/shapes/stroke.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/shapes/shape-element"
},
{
"$ref": "#/$defs/shapes/base-stroke"
},
{
"properties": {
"c": {
"$ref": "#/$defs/animated-properties/multi-dimensional",
"title": "Color"
},
"ty": {
"const": "st",
"title": "Shape Type",
"type": "string"
}
},
"required": [
"ty",
"c"
],
"type": "object"
}
],
"caniuse": "shape-stroke",
"description": "Solid stroke",
"title": "Stroke",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 0df11c02f71d16e13919d43ca834eb8cec1a9809 | 2022-02-17T13:54:21 | docs/schema/shapes/modifier.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/shapes/shape-element"
}
],
"description": "",
"title": "Modifier",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 5a455049fcd3a4734aeea9d182232e47b17b2916 | 2021-10-25T18:55:59 | docs/schema/animated-properties/shape-property.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"else": {
"properties": {
"k": {
"$ref": "#/$defs/helpers/bezier",
"title": "Static Value"
}
}
},
"if": {
"properties": {
"a": {
"const": 1
}
}
},
"then": {
"properties": {
"k": {
"description": "Array of keyframes",
"items": {
"$ref": "#/$defs/animated-properties/shape-keyframe"
},
"title": "Animated Value",
"type": "array"
}
}
}
}
],
"description": "An animatable property that holds a Bezier",
"properties": {
"a": {
"$ref": "#/$defs/helpers/int-boolean",
"default": 0,
"description": "Whether the property is animated",
"title": "Animated"
},
"ix": {
"title": "Property Index",
"type": "integer"
},
"x": {
"title": "Expression",
"type": "string"
}
},
"required": [
"k"
],
"title": "Shape Property",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | ed519ceb0a639b6e8f02b94d9f76f1f143dcc865 | 2021-11-23T09:41:33 | docs/schema/animated-properties/animated-property.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"properties": {
"a": {
"$ref": "#/$defs/helpers/int-boolean",
"default": 0,
"description": "Whether the property is animated",
"title": "Animated"
},
"ix": {
"title": "Property Index",
"type": "integer"
},
"x": {
"title": "Expression",
"type": "string"
}
}
},
{
"if": {
"properties": {
"a": {
"const": 1
}
}
},
"then": {
"properties": {
"k": {
"description": "Array of keyframes",
"items": {
"$ref": "#/$defs/animated-properties/keyframe"
},
"title": "Animated Value",
"type": "array"
}
}
}
}
],
"description": "An animatable property that holds an array of numbers",
"required": [
"k"
],
"title": "Multi Dimensional",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | d301bfaaea449b0328d9a4ab58b3a1705b1787dc | 2021-10-23T12:05:07 | docs/schema/animation/animation.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/helpers/visual-object"
},
{
"$ref": "#/$defs/animation/composition"
},
{
"properties": {
"assets": {
"items": {
"$ref": "#/$defs/assets/asset"
},
"title": "Assets",
"type": "array"
},
"chars": {
"description": "Data defining text characters as lottie shapes",
"items": {
"$ref": "#/$defs/text/character-data"
},
"title": "Chars",
"type": "array"
},
"ddd": {
"$ref": "#/$defs/helpers/int-boolean",
"default": 0,
"title": "Threedimensional"
},
"fonts": {
"$ref": "#/$defs/text/font-list",
"title": "Fonts"
},
"fr": {
"default": 60,
"description": "Framerate in frames per second",
"title": "Framerate",
"type": "number"
},
"h": {
"default": 512,
"description": "Height of the animation",
"title": "Height",
"type": "integer"
},
"ip": {
"default": 0,
"description": "\"In Point\", which frame the animation starts at (usually 0)",
"title": "In Point",
"type": "number"
},
"meta": {
"$ref": "#/$defs/animation/metadata",
"description": "Document metadata",
"title": "Metadata"
},
"op": {
"default": 60,
"description": "\"Out Point\", which frame the animation stops/loops at, which makes this the duration in frames when `ip` is 0",
"title": "Out Point",
"type": "number"
},
"v": {
"default": "5.5.2",
"title": "Version",
"type": "string"
},
"w": {
"default": 512,
"description": "Width of the animation",
"title": "Width",
"type": "integer"
}
},
"required": [
"w",
"h",
"fr",
"layers",
"op",
"ip"
],
"type": "object"
}
],
"description": "Top level object, describing the animation",
"title": "Animation",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | a330dc23e69c9a43e108db57890902a6383d9da2 | 2021-10-27T07:34:28 | docs/schema/effects/tritone-effect.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/effects/effect"
},
{
"properties": {
"ef": {
"prefixItems": [
{
"$ref": "#/$defs/effect-values/color",
"title": "bright"
},
{
"$ref": "#/$defs/effect-values/color",
"title": "mid"
},
{
"$ref": "#/$defs/effect-values/color",
"title": "dark"
}
],
"title": "Effect values",
"type": "array"
},
"ty": {
"const": 23,
"title": "Type",
"type": "integer"
}
},
"required": [
"ty"
],
"type": "object"
}
],
"description": "Maps layers colors based on bright/mid/dark colors",
"title": "Tritone Effect",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | d301bfaaea449b0328d9a4ab58b3a1705b1787dc | 2021-10-23T12:05:07 | docs/schema/helpers/color.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Color as a [r, g, b] array with values in [0, 1]",
"items": {
"maximum": 1,
"minimum": 0,
"type": "number"
},
"maxItems": 4,
"minItems": 3,
"title": "Color",
"type": "array"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | d8299eea2c14543701e121ac3cb29c78df3b0ad4 | 2024-04-10T07:59:29 | docs/schema/animation/animation.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/helpers/visual-object"
},
{
"properties": {
"assets": {
"description": "List of assets that can be referenced by layers",
"items": {
"oneOf": [
{
"$ref": "#/$defs/assets/image"
},
{
"$ref": "#/$defs/assets/precomposition"
},
{
"$ref": "#/$defs/assets/sound"
},
{
"$ref": "#/$defs/assets/data-source"
}
]
},
"title": "Assets",
"type": "array"
},
"chars": {
"description": "Data defining text characters as lottie shapes. If present a player might only render characters defined here and nothing else.",
"items": {
"$ref": "#/$defs/text/character-data"
},
"title": "Characters",
"type": "array"
},
"comps": {
"description": "List of Extra compositions not referenced by anything",
"items": {
"$ref": "#/$defs/assets/precomposition"
},
"title": "Extra Compositions",
"type": "array"
},
"ddd": {
"$ref": "#/$defs/helpers/int-boolean",
"default": 0,
"description": "Whether the animation has 3D layers",
"title": "Threedimensional"
},
"fonts": {
"$ref": "#/$defs/text/font-list",
"title": "Fonts"
},
"fr": {
"default": 60,
"description": "Framerate in frames per second",
"title": "Framerate",
"type": "number"
},
"h": {
"default": 512,
"description": "Height of the animation",
"title": "Height",
"type": "integer"
},
"ip": {
"default": 0,
"description": "\"In Point\", which frame the animation starts at (usually 0)",
"title": "In Point",
"type": "number"
},
"markers": {
"description": "Markers defining named sections of the composition.",
"items": {
"$ref": "#/$defs/helpers/marker"
},
"title": "Markers",
"type": "array"
},
"mb": {
"$ref": "#/$defs/animation/motion-blur",
"title": "Motion Blur"
},
"meta": {
"$ref": "#/$defs/animation/metadata",
"description": "Document metadata",
"title": "Metadata"
},
"metadata": {
"$ref": "#/$defs/animation/user-metadata",
"title": "User Metadata"
},
"op": {
"default": 60,
"description": "\"Out Point\", which frame the animation stops/loops at, which makes this the duration in frames when `ip` is 0",
"title": "Out Point",
"type": "number"
},
"slots": {
"description": "Available property overrides",
"patternProperties": {
".*": {
"p": {
"anyOf": [
{
"$ref": "#/$defs/animated-properties/multi-dimensional"
},
{
"$ref": "#/$defs/animated-properties/color-value"
},
{
"$ref": "#/$defs/animated-properties/position"
},
{
"$ref": "#/$defs/animated-properties/shape-property"
},
{
"$ref": "#/$defs/animated-properties/value"
},
{
"$ref": "#/$defs/assets/image"
}
]
},
"required": [
"p"
]
}
},
"title": "Slots",
"type": "object"
},
"v": {
"default": "5.5.2",
"title": "Version",
"type": "string"
},
"w": {
"default": 512,
"description": "Width of the animation",
"title": "Width",
"type": "integer"
}
},
"required": [
"w",
"h",
"fr",
"layers",
"op",
"ip"
],
"type": "object"
},
{
"$ref": "#/$defs/animation/composition"
}
],
"description": "Top level object, describing the animation",
"title": "Animation",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 3d0dc7ddeabd27ff702d3752ef3edc5b69632be6 | 2021-10-19T06:19:05 | docs/schema/animation/metadata.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Document metadata",
"properties": {
"a": {
"title": "Author",
"type": "string"
},
"c": {
"title": "Theme Color",
"type": "string"
},
"d": {
"title": "Description",
"type": "string"
},
"g": {
"description": "Software used to generate the file",
"title": "Generator",
"type": "string"
},
"k": {
"items": {
"type": "string"
},
"title": "Keywords",
"type": "array"
}
},
"title": "Metadata",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 9b039d896c6016aaa1932ecd8f260e55f6b0b7ca | 2021-10-19T06:04:07 | docs/schema/effects/fill-effect.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/effects/effect"
},
{
"properties": {
"ty": {
"const": 21,
"title": "Type",
"type": "integer"
}
},
"required": [
"ty"
],
"type": "object"
}
],
"description": "Replaces the whole layer with the given color. Note: Opacity is in [0, 1]",
"title": "Fill Effect",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 3d0dc7ddeabd27ff702d3752ef3edc5b69632be6 | 2021-10-19T06:19:05 | docs/schema/animated-properties/gradient-colors.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Represents colors and offsets in a gradient\n\nColors are represented as a flat list interleaving offsets and color components in weird ways\nThere are two possible layouts:\n\nWithout alpha, the colors are a sequence of offset, r, g, b\n\nWith alpha, same as above but at the end of the list there is a sequence of offset, alpha\n\nExamples:\n\nFor the gradient [0, red], [0.5, yellow], [1, green]\nThe list would be [0, 1, 0, 0, 0.5, 1, 1, 0, 1, 0, 1, 0]\n\nFor the gradient [0, red at 80% opacity], [0.5, yellow at 70% opacity], [1, green at 60% opacity]\nThe list would be [0, 1, 0, 0, 0.5, 1, 1, 0, 1, 0, 1, 0, 0, 0.8, 0.5, 0.7, 1, 0.6]",
"properties": {
"k": {
"$ref": "#/$defs/animated-properties/multi-dimensional",
"title": "Colors"
},
"p": {
"default": 0,
"title": "Count",
"type": "integer"
}
},
"required": [
"p",
"k"
],
"title": "Gradient Colors",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 4101dfb699f72d6853764161a7019cc207f7e010 | 2021-10-18T21:20:46 | docs/schema/assets/image.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/assets/asset"
},
{
"properties": {
"e": {
"$ref": "#/types/int-boolean",
"default": 0,
"description": "Whether the image is embedded",
"title": "Embedded"
},
"h": {
"default": 0,
"title": "Height",
"type": "number"
},
"p": {
"default": "",
"title": "Image",
"type": "string"
},
"u": {
"default": "",
"title": "Image Path",
"type": "string"
},
"w": {
"default": 0,
"title": "Width",
"type": "number"
}
},
"required": [],
"type": "object"
}
],
"description": "External image",
"title": "Image",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 9b039d896c6016aaa1932ecd8f260e55f6b0b7ca | 2021-10-19T06:04:07 | docs/schema/assets/image.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/assets/asset"
},
{
"properties": {
"e": {
"$ref": "#/$defs/types/int-boolean",
"default": 0,
"description": "Whether the image is embedded",
"title": "Embedded"
},
"h": {
"default": 0,
"description": "Height of the image",
"title": "Height",
"type": "number"
},
"p": {
"default": "",
"title": "Image",
"type": "string"
},
"u": {
"default": "",
"title": "Image Path",
"type": "string"
},
"w": {
"default": 0,
"description": "Width of the image",
"title": "Width",
"type": "number"
}
},
"required": [],
"type": "object"
}
],
"description": "External image",
"title": "Image",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | f30e9c421acc17a0db0ce171b904e9caf31aa136 | 2021-11-29T09:31:36 | docs/schema/animated-properties/split-vector.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "An animatable property that is split into individually anaimated components",
"properties": {
"s": {
"const": true,
"title": "Split",
"type": "boolean"
},
"x": {
"$ref": "#/$defs/animated-properties/value",
"title": "X"
},
"y": {
"$ref": "#/$defs/animated-properties/value",
"title": "Y"
},
"z": {
"$ref": "#/$defs/animated-properties/value",
"title": "Z"
}
},
"required": [
"s",
"x",
"y"
],
"title": "Split Vector",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | d301bfaaea449b0328d9a4ab58b3a1705b1787dc | 2021-10-23T12:05:07 | docs/schema/layers/layer.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/helpers/visual-object"
},
{
"properties": {
"ao": {
"$ref": "#/$defs/helpers/int-boolean",
"default": 0,
"title": "Auto Orient"
},
"bm": {
"$ref": "#/$defs/constants/blend-mode",
"default": 0,
"title": "Blend Mode"
},
"cl": {
"description": "CSS class used by the SVG renderer",
"title": "Class",
"type": "string"
},
"ddd": {
"$ref": "#/$defs/helpers/int-boolean",
"default": 0,
"description": "Whether the layer is threedimensional",
"title": "Threedimensional"
},
"ef": {
"items": {
"$ref": "#/$defs/effects/effect"
},
"title": "Effects",
"type": "array"
},
"hasMask": {
"description": "Whether the layer has masks applied",
"title": "Has Masks",
"type": "boolean"
},
"hd": {
"description": "Whether the layer is hidden",
"title": "Hidden",
"type": "boolean"
},
"ind": {
"title": "Index",
"type": "integer"
},
"ip": {
"description": "Frame when the layers becomes visible",
"title": "In Point",
"type": "number"
},
"ks": {
"$ref": "#/$defs/helpers/transform",
"description": "Layer transform",
"title": "Transform"
},
"ln": {
"description": "`id` attribute used by the SVG renderer",
"title": "Layer XML ID",
"type": "string"
},
"masksProperties": {
"items": {
"$ref": "#/$defs/helpers/mask"
},
"title": "Masks",
"type": "array"
},
"op": {
"description": "Frame when the layers becomes invisible",
"title": "Out Point",
"type": "number"
},
"parent": {
"description": "Must be the `ind` property of another layer",
"title": "Parent Index",
"type": "integer"
},
"sr": {
"default": 1,
"title": "Time Stretch",
"type": "number"
},
"st": {
"default": 0,
"title": "Start Time",
"type": "number"
},
"td": {
"title": "Matte Target",
"type": "integer"
},
"tt": {
"$ref": "#/$defs/constants/matte-mode",
"title": "Matte Mode"
},
"ty": {
"description": "Layer Type",
"oneOf": [
{
"const": 0,
"title": "Precomposition layer"
},
{
"const": 1,
"title": "Solid color layer"
},
{
"const": 2,
"title": "Image layer"
},
{
"const": 3,
"title": "Null layer"
},
{
"const": 4,
"title": "Shape layer"
},
{
"const": 5,
"title": "Text layer"
},
{
"const": 6,
"title": "Audio layer"
},
{
"const": 7,
"title": "Video placeholder"
},
{
"const": 8,
"title": "Image sequence"
},
{
"const": 9,
"title": "Video layer"
},
{
"const": 10,
"title": "Image placeholder"
},
{
"const": 11,
"title": "Guide layer"
},
{
"const": 12,
"title": "Adjustment layer"
},
{
"const": 13,
"title": "Camera"
},
{
"const": 14,
"title": "Light layer"
}
],
"title": "Type",
"type": "integer"
}
},
"required": [
"ty",
"st",
"ip",
"op",
"ks"
],
"type": "object"
}
],
"description": "",
"title": "Layer",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 67513d4c25313e68bd4844793786e196ad235825 | 2021-10-24T15:38:44 | docs/schema/animation/animation.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/helpers/visual-object"
},
{
"$ref": "#/$defs/animation/composition"
},
{
"properties": {
"assets": {
"items": {
"oneOf": [
{
"$ref": "#/$defs/assets/image"
},
{
"$ref": "#/$defs/assets/precomposition"
}
]
},
"title": "Assets",
"type": "array"
},
"chars": {
"description": "Data defining text characters as lottie shapes",
"items": {
"$ref": "#/$defs/text/character-data"
},
"title": "Chars",
"type": "array"
},
"ddd": {
"$ref": "#/$defs/helpers/int-boolean",
"default": 0,
"title": "Threedimensional"
},
"fonts": {
"$ref": "#/$defs/text/font-list",
"title": "Fonts"
},
"fr": {
"default": 60,
"description": "Framerate in frames per second",
"title": "Framerate",
"type": "number"
},
"h": {
"default": 512,
"description": "Height of the animation",
"title": "Height",
"type": "integer"
},
"ip": {
"default": 0,
"description": "\"In Point\", which frame the animation starts at (usually 0)",
"title": "In Point",
"type": "number"
},
"mb": {
"$ref": "#/$defs/animation/motion-blur",
"title": "Motion Blur"
},
"meta": {
"$ref": "#/$defs/animation/metadata",
"description": "Document metadata",
"title": "Metadata"
},
"op": {
"default": 60,
"description": "\"Out Point\", which frame the animation stops/loops at, which makes this the duration in frames when `ip` is 0",
"title": "Out Point",
"type": "number"
},
"v": {
"default": "5.5.2",
"title": "Version",
"type": "string"
},
"w": {
"default": 512,
"description": "Width of the animation",
"title": "Width",
"type": "integer"
}
},
"required": [
"w",
"h",
"fr",
"layers",
"op",
"ip"
],
"type": "object"
}
],
"description": "Top level object, describing the animation",
"title": "Animation",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 9b039d896c6016aaa1932ecd8f260e55f6b0b7ca | 2021-10-19T06:04:07 | docs/schema/layers/solid-color-layer.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/layers/layer"
},
{
"properties": {
"sc": {
"default": "",
"title": "Color",
"type": "string"
},
"sh": {
"default": 512,
"title": "Height",
"type": "number"
},
"sw": {
"default": 512,
"title": "Width",
"type": "number"
},
"ty": {
"const": 1,
"title": "Type",
"type": "integer"
}
},
"required": [
"ty"
],
"type": "object"
}
],
"description": "Layer with a solid color rectangle",
"title": "Solid Color Layer",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 3723525748cf1d1d67fff3603327367a2a22643b | 2021-10-26T11:55:22 | docs/schema/effects/tint-effect.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/effects/effect"
},
{
"properties": {
"ef": {
"prefixItems": [
{
"$ref": "#/$defs/effects/effect-value-color",
"description": "Tint of the darker parts of the layer",
"title": "Black Color"
},
{
"$ref": "#/$defs/effects/effect-value-color",
"description": "Tint of the lighter parts of the layer",
"title": "White Color"
},
{
"$ref": "#/$defs/effects/effect-value-slider",
"description": "Intensity of the effect, 0 means the layer is unchanged. 100 means full effect",
"title": "Intensity"
}
],
"title": "Effect values",
"type": "array"
},
"ty": {
"const": 20,
"title": "Type",
"type": "integer"
}
},
"required": [
"ty"
],
"type": "object"
}
],
"description": "Colorizes the layer\n@note Opacity is in [0, 100]",
"title": "Tint Effect",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 26e06cd7aa758ae68e95cc4b0b97c64571411b86 | 2022-11-01T09:29:58 | docs/schema/constants/text-caps.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"default": 0,
"oneOf": [
{
"const": 0,
"title": "Regular"
},
{
"const": 1,
"title": "All Caps"
},
{
"const": 2,
"title": "Small Caps"
}
],
"title": "Text Caps",
"type": "integer"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 9b039d896c6016aaa1932ecd8f260e55f6b0b7ca | 2021-10-19T06:04:07 | docs/schema/shapes/fill.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/shapes/shape-element"
},
{
"properties": {
"c": {
"$ref": "#/$defs/animated-properties/color-value",
"title": "Color"
},
"o": {
"$ref": "#/$defs/animated-properties/value",
"title": "Opacity"
},
"r": {
"$ref": "#/$defs/constants/fill-rule",
"title": "Fill Rule"
},
"ty": {
"const": "fl",
"title": "Type",
"type": "string"
}
},
"required": [
"ty"
],
"type": "object"
}
],
"description": "Solid fill color",
"title": "Fill",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | aa5b29ee6d5a596aa4b6123a80a49c5f13cbd81c | 2021-10-18T13:52:26 | docs/schema/shapes/group.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/shapes/shape-element"
},
{
"properties": {
"it": {
"item": {
"$ref": "#/shapes/shape-element"
},
"title": "Shapes",
"type": "array"
},
"np": {
"title": "Number Of Properties",
"type": "number"
},
"ty": {
"const": "gr",
"title": "Type",
"type": "string"
}
},
"required": [
"ty"
],
"type": "object"
}
],
"description": "Shape Element that can contain other shapes",
"title": "Group",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 58ded472e45867cf164ea2fcc91bad061cb88224 | 2022-06-20T14:24:59 | docs/schema/layers/layer.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/helpers/visual-object"
},
{
"properties": {
"bm": {
"$ref": "#/$defs/constants/blend-mode",
"default": 0,
"title": "Blend Mode"
},
"cl": {
"description": "CSS class used by the SVG renderer",
"title": "CSS Class",
"type": "string"
},
"ddd": {
"$ref": "#/$defs/helpers/int-boolean",
"default": 0,
"description": "Whether the layer is threedimensional",
"title": "Threedimensional"
},
"hd": {
"description": "Whether the layer is hidden",
"title": "Hidden",
"type": "boolean"
},
"ind": {
"description": "Index that can be used for parenting and referenced in expressions",
"title": "Index",
"type": "integer"
},
"ip": {
"description": "Frame when the layer becomes visible",
"title": "In Point",
"type": "number"
},
"ln": {
"description": "`id` attribute used by the SVG renderer",
"title": "Layer XML ID",
"type": "string"
},
"op": {
"description": "Frame when the layer becomes invisible",
"title": "Out Point",
"type": "number"
},
"parent": {
"description": "Must be the `ind` property of another layer",
"title": "Parent Index",
"type": "integer"
},
"sr": {
"caniuse": "property-time-stretch",
"default": 1,
"title": "Time Stretch",
"type": "number"
},
"st": {
"default": 0,
"title": "Start Time",
"type": "number"
},
"tg": {
"description": "tag name used by the SVG renderer",
"title": "Layer XML tag name",
"type": "string"
},
"ty": {
"description": "Layer Type",
"oneOf": [
{
"const": 0,
"title": "Precomposition layer"
},
{
"const": 1,
"title": "Solid color layer"
},
{
"const": 2,
"title": "Image layer"
},
{
"const": 3,
"title": "Null layer"
},
{
"const": 4,
"title": "Shape layer"
},
{
"const": 5,
"title": "Text layer"
},
{
"const": 6,
"title": "Audio layer"
},
{
"const": 7,
"title": "Video placeholder"
},
{
"const": 8,
"title": "Image sequence"
},
{
"const": 9,
"title": "Video layer"
},
{
"const": 10,
"title": "Image placeholder"
},
{
"const": 11,
"title": "Guide layer"
},
{
"const": 12,
"title": "Adjustment layer"
},
{
"const": 13,
"title": "Camera"
},
{
"const": 14,
"title": "Light layer"
},
{
"const": 15,
"title": "Data layer"
}
],
"title": "Type",
"type": "integer"
}
},
"required": [
"ty",
"st",
"ip",
"op"
],
"type": "object"
}
],
"description": "",
"title": "Layer",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 837607e8c9b559b972ec0a23ff635fd5a5c59aa9 | 2021-10-18T11:25:08 | docs/schema/effects/tritone-effect.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/effects/effect"
},
{
"properties": {
"ty": {
"const": 23,
"title": "Type",
"type": "integer"
}
},
"required": [
"ty"
],
"type": "object"
}
],
"description": "Maps layers colors based on bright/mid/dark colors",
"title": "Tritone Effect",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | bc63594b1cf571d766ccfe0c7e77b27b32c24bae | 2022-04-20T08:09:34 | docs/schema/animation/composition.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Base class for layer holders",
"properties": {
"layers": {
"items": {
"oneOf": [
{
"$ref": "#/$defs/layers/precomposition-layer"
},
{
"$ref": "#/$defs/layers/solid-color-layer"
},
{
"$ref": "#/$defs/layers/image-layer"
},
{
"$ref": "#/$defs/layers/null-layer"
},
{
"$ref": "#/$defs/layers/shape-layer"
},
{
"$ref": "#/$defs/layers/text-layer"
},
{
"$ref": "#/$defs/layers/audio-layer"
},
{
"$ref": "#/$defs/layers/camera-layer"
}
]
},
"title": "Layers",
"type": "array"
}
},
"required": [
"layers"
],
"title": "Composition",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 876fa6fc4ed0d9f3c938cabdd4c559dbb6f79943 | 2021-10-29T12:52:59 | docs/schema/effects/puppet-effect.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/effects/effect"
},
{
"properties": {
"ef": {
"prefixItems": [
{
"$ref": "#/$defs/effect-values/drop-down",
"title": "Puppet Engine"
},
{
"$ref": "#/$defs/effect-values/slider",
"title": "Mesh Rotation Refinement"
},
{
"$ref": "#/$defs/effect-values/drop-down",
"title": "On Transparent"
},
{
"$ref": "#/$defs/effect-values/no-value",
"title": "03"
}
],
"title": "Effect values",
"type": "array"
},
"ty": {
"const": 34,
"title": "Type",
"type": "integer"
}
},
"required": [
"ty",
"ef"
],
"type": "object"
}
],
"description": "",
"title": "Puppet Effect",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 6b3835d19cde824a351fcb7073dd9706d2133ebd | 2022-04-11T17:45:33 | docs/schema/animated-properties/shape-keyframe.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/animated-properties/keyframe-base"
},
{
"properties": {
"s": {
"items": {
"$ref": "#/$defs/helpers/bezier"
},
"title": "Start",
"type": "array"
}
},
"type": "object"
}
],
"description": "Keyframe holding Bezier objects",
"title": "Shape Keyframe",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 837607e8c9b559b972ec0a23ff635fd5a5c59aa9 | 2021-10-18T11:25:08 | docs/schema/shapes/group.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/shapes/shape-element"
},
{
"properties": {
"it": {
"item": {
"$ref": "#/shapes/shape-element"
},
"title": "Shapes",
"type": "array"
},
"np": {
"title": "Number Of Properties",
"type": "number"
},
"ty": {
"const": "gr",
"title": "Type",
"type": "string"
}
},
"required": [
"ty"
],
"type": "object"
}
],
"description": "ShapeElement that can contain other shapes\n@note Shapes inside the same group will create \"holes\" in other shapes",
"title": "Group",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 58ded472e45867cf164ea2fcc91bad061cb88224 | 2022-06-20T14:24:59 | docs/schema/effect-values/effect-value.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/helpers/visual-object"
},
{
"properties": {
"ix": {
"title": "Effect Index",
"type": "integer"
},
"mn": {
"title": "Match Name",
"type": "string"
},
"nm": {
"title": "Name",
"type": "string"
},
"ty": {
"title": "Type",
"type": "integer"
}
},
"required": [],
"type": "object"
}
],
"caniuse": "effects",
"description": "Value for an effect",
"title": "Effect Value",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 58ded472e45867cf164ea2fcc91bad061cb88224 | 2022-06-20T14:24:59 | docs/schema/styles/outer-glow-style.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/styles/layer-style"
},
{
"properties": {
"bm": {
"$ref": "#/$defs/animated-properties/value",
"title": "Blend Mode"
},
"c": {
"$ref": "#/$defs/animated-properties/color-value",
"title": "Color"
},
"ch": {
"$ref": "#/$defs/animated-properties/value",
"title": "Choke Spread"
},
"j": {
"$ref": "#/$defs/animated-properties/value",
"title": "Jitter"
},
"no": {
"$ref": "#/$defs/animated-properties/value",
"title": "Noise"
},
"o": {
"$ref": "#/$defs/animated-properties/value",
"title": "Opacity"
},
"r": {
"$ref": "#/$defs/animated-properties/value",
"title": "Range"
},
"ty": {
"const": 3,
"description": "Layer Type",
"title": "Type",
"type": "integer"
}
},
"required": [
"ty"
],
"type": "object"
}
],
"caniuse": "style-outer-glow",
"title": "Outer Glow",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | a330dc23e69c9a43e108db57890902a6383d9da2 | 2021-10-27T07:34:28 | docs/schema/effect-values/color.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/effect-values/effect-value"
},
{
"properties": {
"ty": {
"const": 2,
"title": "Type",
"type": "integer"
},
"v": {
"$ref": "#/$defs/animated-properties/color-value",
"title": "Value"
}
},
"required": [
"ty"
],
"type": "object"
}
],
"description": "",
"title": "Effect Value Color",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 1f6624d3c8f820564062391b309857d6472da2b1 | 2021-10-19T10:41:56 | docs/schema/shapes/shape-element.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/helpers/visual-object"
},
{
"properties": {
"bm": {
"$ref": "#/$defs/constants/blend-mode",
"title": "Blend Mode"
},
"cix": {
"description": "Used in expressions",
"title": "Property Index",
"type": "integer"
},
"hd": {
"description": "Whether the shape is hidden",
"title": "Hidden",
"type": "boolean"
},
"ty": {
"oneOf": [
{
"const": "rc",
"title": "Rectangle"
},
{
"const": "el",
"title": "Ellipse"
},
{
"const": "sr",
"title": "Polygon / Star"
},
{
"const": "sh",
"title": "Path"
},
{
"const": "fl",
"title": "Fill"
},
{
"const": "st",
"title": "Stroke"
},
{
"const": "gf",
"title": "Gradient fill"
},
{
"const": "gs",
"title": "Gradient stroke"
},
{
"const": "gr",
"title": "Group"
},
{
"const": "tr",
"title": "Transform"
},
{
"const": "rd",
"title": "Rounded corners"
},
{
"const": "pb",
"title": "Pucker / bloat"
},
{
"const": "mm",
"title": "Merge"
},
{
"const": "tw",
"title": "Twist"
},
{
"const": "op",
"title": "Offset path"
}
],
"title": "Type",
"type": "string"
}
},
"required": [
"ty"
],
"type": "object"
}
],
"description": "Base class for all elements of ShapeLayer and Group",
"title": "Shape Element",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 26e06cd7aa758ae68e95cc4b0b97c64571411b86 | 2022-11-01T09:29:58 | docs/schema/text/animated-text-document.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Animated property representing the text contents",
"properties": {
"k": {
"items": {
"$ref": "#/$defs/text/text-document-keyframe"
},
"title": "Keyframes",
"type": "array"
},
"x": {
"title": "Expression",
"type": "string"
}
},
"required": [
"k"
],
"title": "Animated Text Document",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | d4d7b11657e01d91f05f85207c991f040565d18b | 2022-05-20T09:36:32 | docs/schema/styles/layer-style.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/helpers/visual-object"
},
{
"properties": {
"ty": {
"description": "Style Type",
"title": "Type",
"type": "integer"
}
},
"required": [
"ty"
],
"type": "object"
}
],
"description": "Style applied to a layer",
"title": "Layer Style",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 7ab43250f875ab2a1ef764f843e2133a04c83233 | 2022-06-14T18:39:05 | docs/schema/text/character-precomp.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Defines a character as a precomp layer",
"properties": {
"ip": {
"default": 0,
"description": "Frame when the layer becomes visible",
"title": "In Point",
"type": "number"
},
"ks": {
"$ref": "#/$defs/helpers/transform",
"description": "Layer transform",
"title": "Transform"
},
"op": {
"default": 99999,
"description": "Frame when the layer becomes invisible",
"title": "Out Point",
"type": "number"
},
"refId": {
"description": "ID of the precomp as specified in the assets",
"title": "Reference Id",
"type": "string"
},
"sr": {
"default": 1,
"title": "Time Stretch",
"type": "number"
},
"st": {
"default": 0,
"title": "Start Time",
"type": "number"
}
},
"required": [
"refId"
],
"title": "Character Precomp",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 9b039d896c6016aaa1932ecd8f260e55f6b0b7ca | 2021-10-19T06:04:07 | docs/schema/effects/stroke-effect.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/effects/effect"
},
{
"properties": {
"ty": {
"const": 22,
"title": "Type",
"type": "integer"
}
},
"required": [
"ty"
],
"type": "object"
}
],
"description": "",
"title": "Stroke Effect",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | d72684c8bb79cf7770501192abcead358141d812 | 2021-10-19T22:45:29 | docs/schema/text/character-data.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Defines character shapes to avoid loading system fonts",
"properties": {
"ch": {
"default": "",
"title": "Character",
"type": "string"
},
"data": {
"properties": {
"shapes": {
"description": "Shapes forming the character",
"items": {
"$ref": "#/$defs/shapes/concrete-shape"
},
"title": "Shapes",
"type": "array"
}
},
"required": [
"shapes"
],
"title": "Data",
"type": "object"
},
"fFamily": {
"default": "",
"title": "Font Family",
"type": "string"
},
"size": {
"default": 0,
"title": "Font Size",
"type": "number"
},
"style": {
"default": "",
"title": "Font Style",
"type": "string"
},
"w": {
"default": 0,
"title": "Width",
"type": "number"
}
},
"title": "Chars",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 837607e8c9b559b972ec0a23ff635fd5a5c59aa9 | 2021-10-18T11:25:08 | docs/schema/helpers/visual-object.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"properties": {
"mn": {
"title": "Match Name",
"type": "string"
},
"nm": {
"title": "Name",
"type": "string"
}
},
"required": [],
"type": "object"
}
],
"description": "",
"title": "Visual Object",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | d3b2968b5dbbad19034dc8e2b22b58bfce7c0bc7 | 2021-11-24T10:40:42 | docs/schema/shapes/zig-zag.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/shapes/shape-element"
},
{
"properties": {
"pt": {
"$ref": "#/$defs/animated-properties/value",
"description": "Number of ridges",
"title": "Points"
},
"r": {
"$ref": "#/$defs/animated-properties/value",
"description": "Radius to maked it a smoother curve",
"title": "Roundness"
},
"s": {
"$ref": "#/$defs/animated-properties/value",
"description": "Distance between peaks and troughs",
"title": "Size"
},
"ty": {
"const": "zz",
"title": "Shape Type",
"type": "string"
}
},
"required": [
"ty"
],
"type": "object"
}
],
"description": "Changes the edges of affected shapes into a series of peaks and valleys of uniform size",
"title": "Zig Zags",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 8362bdd4ad1eaef21e98f05d78b011c64ef57fbb | 2021-10-22T09:59:40 | docs/schema/effects/effect.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/helpers/visual-object"
},
{
"properties": {
"ef": {
"items": {
"anyOf": [
{
"$ref": "#/$defs/effects/effect-no-value"
},
{
"$ref": "#/$defs/effects/effect-value-angle"
},
{
"$ref": "#/$defs/effects/effect-value-checkbox"
},
{
"$ref": "#/$defs/effects/effect-value-color"
},
{
"$ref": "#/$defs/effects/effect-value-drop-down"
},
{
"$ref": "#/$defs/effects/effect-value-ignored"
},
{
"$ref": "#/$defs/effects/effect-value-layer"
},
{
"$ref": "#/$defs/effects/effect-value-point"
},
{
"$ref": "#/$defs/effects/effect-value-slider"
}
]
},
"title": "Effect Values",
"type": "array"
},
"ix": {
"title": "Effect Index",
"type": "integer"
},
"ty": {
"title": "Type",
"type": "integer"
}
},
"required": [],
"type": "object"
}
],
"description": "Layer effect",
"title": "Effect",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 1b7d299b1851c8623e24b9a819055fae026972c1 | 2021-11-23T09:43:38 | docs/schema/animated-properties/shape-property.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"properties": {
"a": {
"$ref": "#/$defs/helpers/int-boolean",
"default": 0,
"description": "Whether the property is animated",
"title": "Animated"
},
"ix": {
"title": "Property Index",
"type": "integer"
},
"x": {
"title": "Expression",
"type": "string"
}
}
},
{
"else": {
"properties": {
"k": {
"$ref": "#/$defs/helpers/bezier",
"title": "Static Value"
}
}
},
"if": {
"properties": {
"a": {
"const": 1
}
}
},
"then": {
"properties": {
"k": {
"description": "Array of keyframes",
"items": {
"$ref": "#/$defs/animated-properties/shape-keyframe"
},
"title": "Animated Value",
"type": "array"
}
}
}
}
],
"description": "An animatable property that holds a Bezier",
"required": [
"k"
],
"title": "Shape Property",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 9b039d896c6016aaa1932ecd8f260e55f6b0b7ca | 2021-10-19T06:04:07 | docs/schema/animated-properties/color-value.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/animated-properties/animated-property"
},
{
"if": {
"properties": {
"a": {
"const": 0
}
}
},
"then": {
"properties": {
"k": {
"$ref": "#/$defs/types/color",
"title": "Static value"
}
}
}
}
],
"description": "An animatable property that holds a Color",
"title": "Color Value",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | d301bfaaea449b0328d9a4ab58b3a1705b1787dc | 2021-10-23T12:05:07 | docs/schema/shapes/group.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/shapes/shape-element"
},
{
"properties": {
"it": {
"items": {
"$ref": "#/$defs/shapes/concrete-shape"
},
"title": "Shapes",
"type": "array"
},
"np": {
"title": "Number Of Properties",
"type": "number"
},
"ty": {
"const": "gr",
"title": "Shape Type",
"type": "string"
}
},
"required": [
"ty"
],
"type": "object"
}
],
"description": "Shape Element that can contain other shapes",
"title": "Group",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 5a455049fcd3a4734aeea9d182232e47b17b2916 | 2021-10-25T18:55:59 | docs/schema/layers/solid-color-layer.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/layers/layer"
},
{
"properties": {
"sc": {
"default": "",
"description": "Color of the layer, unlike most other places, the color is a `#rrggbb` hex string",
"title": "Color",
"type": "string"
},
"sh": {
"default": 512,
"title": "Height",
"type": "number"
},
"sw": {
"default": 512,
"title": "Width",
"type": "number"
},
"ty": {
"const": 1,
"description": "Layer type",
"title": "Type",
"type": "integer"
}
},
"required": [
"ty",
"sc",
"sw",
"sh"
],
"type": "object"
}
],
"description": "Layer with a solid color rectangle",
"title": "Solid Color Layer",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | aa5b29ee6d5a596aa4b6123a80a49c5f13cbd81c | 2021-10-18T13:52:26 | docs/schema/effects/drop-shadow-effect.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/effects/effect"
},
{
"properties": {
"ty": {
"const": 25,
"title": "Type",
"type": "integer"
}
},
"required": [
"ty"
],
"type": "object"
}
],
"description": "Adds a shadow to the layer. Note: Opacity is in [0, 255]",
"title": "Drop Shadow Effect",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 081e222d99c45cf4c67ce46bdbf09ccd5345d80f | 2022-07-26T07:44:02 | docs/schema/constants/merge-mode.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Boolean operation on shapes",
"oneOf": [
{
"const": 1,
"title": "Normal"
},
{
"const": 2,
"title": "Add"
},
{
"const": 3,
"title": "Subtract"
},
{
"const": 4,
"title": "Intersect"
},
{
"const": 5,
"title": "Exclude Intersections"
}
],
"title": "MergeMode",
"type": "integer"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | d301bfaaea449b0328d9a4ab58b3a1705b1787dc | 2021-10-23T12:05:07 | docs/schema/shapes/modifier.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/shapes/shape-element"
},
{
"properties": {
"ty": {
"const": null,
"title": "Shape Type",
"type": "string"
}
},
"required": [
"ty"
],
"type": "object"
}
],
"description": "",
"title": "Modifier",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 3f7cc1a540beed28c4be778c2b4afa6c70c4b035 | 2022-08-06T11:14:51 | docs/schema/effects/matte3-effect.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/effects/effect"
},
{
"properties": {
"ef": {
"prefixItems": [
{
"$ref": "#/$defs/effect-values/layer",
"description": "Use this layer as a mask",
"title": "Layer"
},
{
"$ref": "#/$defs/effect-values/drop-down",
"description": "Channel to use as a mask:\n1 - Red\n2 - Green\n3 - Blue\n4 - Alpha\n5 - Luminance\n6 - Hue\n7 - Lightness\n8 - Saturation\n9 - Full\n10 - Off",
"title": "Channel"
},
{
"$ref": "#/$defs/effect-values/drop-down",
"description": "Use 0 as opaque value when true",
"title": "Invert"
},
{
"$ref": "#/$defs/effect-values/drop-down",
"title": "Stretch To Fit"
},
{
"$ref": "#/$defs/effect-values/drop-down",
"description": "If false, the mask layer won't be shown",
"title": "Show Mask"
},
{
"$ref": "#/$defs/effect-values/drop-down",
"title": "Premultiply Mask"
}
],
"title": "Effect values",
"type": "array"
},
"ty": {
"const": 28,
"title": "Type",
"type": "integer"
}
},
"required": [
"ty"
],
"type": "object"
}
],
"description": "Uses a layer as a mask",
"title": "Set Matte Effect",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | f063ce7af030a085a6fbe91a38365a2b49e357ee | 2022-10-17T12:15:12 | docs/schema/effects/custom-effect.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/effects/effect"
},
{
"properties": {
"ty": {
"const": 5,
"title": "Type",
"type": "integer"
}
},
"required": [
"ty"
],
"type": "object"
}
],
"description": "Some lottie files use `ty` = 5 for many different effects",
"title": "Custom Effect",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | d4d7b11657e01d91f05f85207c991f040565d18b | 2022-05-20T09:36:32 | docs/schema/assets/data-source.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/assets/file-asset"
},
{
"properties": {
"t": {
"const": 3,
"title": "Type",
"type": "integer"
}
},
"required": [
"t"
],
"type": "object"
}
],
"description": "External data source, usually a JSON file",
"title": "Data source",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 26e06cd7aa758ae68e95cc4b0b97c64571411b86 | 2022-11-01T09:29:58 | docs/schema/constants/font-path-origin.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "",
"oneOf": [
{
"const": 0,
"title": "Local"
},
{
"const": 1,
"title": "Css Url"
},
{
"const": 2,
"title": "Script Url"
},
{
"const": 3,
"title": "Font Url"
}
],
"title": "Font Path Origin",
"type": "integer"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 58ded472e45867cf164ea2fcc91bad061cb88224 | 2022-06-20T14:24:59 | docs/schema/styles/bevel-emboss-style.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/styles/layer-style"
},
{
"properties": {
"a": {
"$ref": "#/$defs/animated-properties/value",
"description": "Local lighting angle",
"title": "Angle"
},
"bs": {
"$ref": "#/$defs/animated-properties/value",
"title": "Bevel Style"
},
"bt": {
"$ref": "#/$defs/animated-properties/value",
"title": "Technique"
},
"ga": {
"$ref": "#/$defs/animated-properties/value",
"description": "Use global light",
"title": "Global Angle"
},
"hc": {
"$ref": "#/$defs/animated-properties/color-value",
"title": "Highlight Color"
},
"hm": {
"$ref": "#/$defs/animated-properties/value",
"title": "Highlight Mode"
},
"ho": {
"$ref": "#/$defs/animated-properties/value",
"title": "Highlight Opacity"
},
"ll": {
"$ref": "#/$defs/animated-properties/value",
"description": "Local lighting altitude",
"title": "Altitude"
},
"s": {
"$ref": "#/$defs/animated-properties/value",
"title": "Size"
},
"sc": {
"$ref": "#/$defs/animated-properties/color-value",
"title": "Shadow Color"
},
"sm": {
"$ref": "#/$defs/animated-properties/value",
"title": "Shadow Mode"
},
"so": {
"$ref": "#/$defs/animated-properties/value",
"title": "Shadow Opacity"
},
"sr": {
"$ref": "#/$defs/animated-properties/value",
"title": "Strength"
},
"ty": {
"const": 5,
"description": "Layer Type",
"title": "Type",
"type": "integer"
}
},
"required": [
"ty"
],
"type": "object"
}
],
"caniuse": "style-bevel-and-emboss",
"title": "Bevel Emboss",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 9b039d896c6016aaa1932ecd8f260e55f6b0b7ca | 2021-10-19T06:04:07 | docs/schema/shapes/pucker-bloat.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/shapes/shape-element"
},
{
"properties": {
"a": {
"$ref": "#/$defs/animated-properties/value",
"title": "Amount"
},
"ty": {
"const": "pb",
"title": "Type",
"type": "string"
}
},
"required": [
"ty"
],
"type": "object"
}
],
"description": "Interpolates the shape with its center point and bezier tangents with the opposite direction",
"title": "Pucker Bloat",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | f30e9c421acc17a0db0ce171b904e9caf31aa136 | 2021-11-29T09:31:36 | docs/schema/constants/text-caps.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"default": 0,
"oneOf": [
{
"const": 0,
"title": "Regular"
},
{
"const": 1,
"title": "All Caps"
},
{
"const": 2,
"title": "Small Caps"
}
],
"title": "TextCaps",
"type": "integer"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 58ded472e45867cf164ea2fcc91bad061cb88224 | 2022-06-20T14:24:59 | docs/schema/shapes/fill.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/shapes/shape-element"
},
{
"properties": {
"c": {
"$ref": "#/$defs/animated-properties/color-value",
"title": "Color"
},
"o": {
"$ref": "#/$defs/animated-properties/value",
"title": "Opacity"
},
"r": {
"$ref": "#/$defs/constants/fill-rule",
"title": "Fill Rule"
},
"ty": {
"const": "fl",
"title": "Shape Type",
"type": "string"
}
},
"required": [
"ty",
"c",
"o"
],
"type": "object"
}
],
"caniuse": "shape-fill",
"description": "Solid fill color",
"title": "Fill",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 837607e8c9b559b972ec0a23ff635fd5a5c59aa9 | 2021-10-18T11:25:08 | docs/schema/constants/gradient-type.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "",
"oneOf": [
{
"const": 1,
"title": "Linear"
},
{
"const": 2,
"title": "Radial"
}
],
"title": "GradientType",
"type": "integer"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 202e44d4d55bfe5fd677a6cf46238a5bcdc1a8d9 | 2022-08-05T14:21:48 | docs/schema/effects/matte3-effect.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/effects/effect"
},
{
"properties": {
"ef": {
"prefixItems": [
{
"$ref": "#/$defs/effect-values/layer",
"description": "Use this layer as a mask",
"title": "Layer"
},
{
"$ref": "#/$defs/effect-values/drop-down",
"description": "Channel to use as a mask:\n1 - Red\n2 - Green\n3 - Blue\n4 - Alpha\n5 - Luminance\n6 - Hue\n7 - Lightness\n8 - Saturation\n9 - Full\n10 - Off",
"title": "Channel"
},
{
"$ref": "#/$defs/effect-values/drop-down",
"description": "Use 0 as opaque value when true",
"title": "Invert"
},
{
"$ref": "#/$defs/effect-values/drop-down",
"title": "Stretch To Fit"
},
{
"$ref": "#/$defs/effect-values/drop-down",
"description": "If false, the original layer won't be shown",
"title": "Composite with Original"
},
{
"$ref": "#/$defs/effect-values/drop-down",
"title": "Premultiply Mask"
}
],
"title": "Effect values",
"type": "array"
},
"ty": {
"const": 28,
"title": "Type",
"type": "integer"
}
},
"required": [
"ty"
],
"type": "object"
}
],
"description": "Uses a layer as a mask",
"title": "Set Matte Effect",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 58ded472e45867cf164ea2fcc91bad061cb88224 | 2022-06-20T14:24:59 | docs/schema/layers/text-layer.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/layers/visual-layer"
},
{
"properties": {
"t": {
"$ref": "#/$defs/text/text-animator-data",
"title": "Data"
},
"ty": {
"const": 5,
"description": "Layer type",
"title": "Layer type",
"type": "integer"
}
},
"required": [
"ty",
"t"
],
"type": "object"
}
],
"caniuse": "layer-text",
"description": "Layer with some text",
"title": "Text Layer",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | d4d7b11657e01d91f05f85207c991f040565d18b | 2022-05-20T09:36:32 | docs/schema/assets/file-asset.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/assets/asset"
},
{
"properties": {
"e": {
"$ref": "#/$defs/helpers/int-boolean",
"default": 0,
"description": "Whether the file is embedded",
"title": "Embedded"
},
"p": {
"default": "",
"description": "Filename or data url",
"title": "File name",
"type": "string"
},
"u": {
"default": "",
"description": "Path to the directory containing a file",
"title": "Path",
"type": "string"
}
},
"required": [
"p"
],
"type": "object"
}
],
"description": "Asset referencing a file",
"title": "File Asset",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | d3b2968b5dbbad19034dc8e2b22b58bfce7c0bc7 | 2021-11-24T10:40:42 | docs/schema/effects/effect.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/helpers/visual-object"
},
{
"properties": {
"ef": {
"items": {
"anyOf": [
{
"$ref": "#/$defs/effect-values/no-value"
},
{
"$ref": "#/$defs/effect-values/angle"
},
{
"$ref": "#/$defs/effect-values/checkbox"
},
{
"$ref": "#/$defs/effect-values/color"
},
{
"$ref": "#/$defs/effect-values/drop-down"
},
{
"$ref": "#/$defs/effect-values/ignored"
},
{
"$ref": "#/$defs/effect-values/layer"
},
{
"$ref": "#/$defs/effect-values/point"
},
{
"$ref": "#/$defs/effect-values/slider"
}
]
},
"title": "Effect Values",
"type": "array"
},
"en": {
"$ref": "#/$defs/helpers/int-boolean",
"default": 1,
"title": "Enabled"
},
"ix": {
"title": "Effect Index",
"type": "integer"
},
"ty": {
"title": "Effect type",
"type": "integer"
}
},
"required": [
"ty",
"ef"
],
"type": "object"
}
],
"description": "Layer effect",
"title": "Effect",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 9b039d896c6016aaa1932ecd8f260e55f6b0b7ca | 2021-10-19T06:04:07 | docs/schema/layers/text-layer.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/layers/layer"
},
{
"properties": {
"t": {
"$ref": "#/$defs/text/text-animator-data",
"title": "Data"
},
"ty": {
"const": 5,
"title": "Type",
"type": "integer"
}
},
"required": [
"ty"
],
"type": "object"
}
],
"description": "",
"title": "Text Layer",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 9b039d896c6016aaa1932ecd8f260e55f6b0b7ca | 2021-10-19T06:04:07 | docs/schema/effects/tint-effect.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/effects/effect"
},
{
"properties": {
"ty": {
"const": 20,
"title": "Type",
"type": "integer"
}
},
"required": [
"ty"
],
"type": "object"
}
],
"description": "Colorizes the layer. Note: Opacity is in [0, 100]",
"title": "Tint Effect",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 7ce92ecbe87c57f0a66ed19fa889b76cbedb9682 | 2022-05-19T14:42:05 | docs/schema/assets/asset.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"properties": {
"id": {
"default": "",
"description": "Unique identifier used by layers when referencing this asset",
"title": "ID",
"type": "string"
},
"nm": {
"description": "Human readable name",
"title": "Name",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}
],
"description": "",
"title": "Asset",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | f43e98190681778d87bb41ec9c377823ad8ea695 | 2022-06-20T06:57:01 | docs/schema/styles/inner-glow-style.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/styles/layer-style"
},
{
"properties": {
"bm": {
"$ref": "#/$defs/animated-properties/value",
"title": "Blend Mode"
},
"c": {
"$ref": "#/$defs/animated-properties/color-value",
"title": "Color"
},
"ch": {
"$ref": "#/$defs/animated-properties/value",
"title": "Choke Spread"
},
"j": {
"$ref": "#/$defs/animated-properties/value",
"title": "Jitter"
},
"no": {
"$ref": "#/$defs/animated-properties/value",
"title": "Noise"
},
"o": {
"$ref": "#/$defs/animated-properties/value",
"title": "Opacity"
},
"r": {
"$ref": "#/$defs/animated-properties/value",
"title": "Range"
},
"sr": {
"$ref": "#/$defs/animated-properties/value",
"title": "Source"
},
"ty": {
"const": 4,
"description": "Layer Type",
"title": "Type",
"type": "integer"
}
},
"required": [
"ty"
],
"type": "object"
}
],
"title": "Inner Glow",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 837607e8c9b559b972ec0a23ff635fd5a5c59aa9 | 2021-10-18T11:25:08 | docs/schema/constants/mask-mode.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "How masks interact with each other\n@see https://helpx.adobe.com/after-effects/using/alpha-channels-masks-mattes.html",
"oneOf": [
{
"const": "n",
"title": "No"
},
{
"const": "a",
"title": "Add"
},
{
"const": "s",
"title": "Subtract"
},
{
"const": "i",
"title": "Intersect"
},
{
"const": "l",
"title": "Lightent"
},
{
"const": "d",
"title": "Darken"
},
{
"const": "f",
"title": "Difference"
}
],
"title": "MaskMode",
"type": "integer"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 9b039d896c6016aaa1932ecd8f260e55f6b0b7ca | 2021-10-19T06:04:07 | docs/schema/animated-properties/value.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/animated-properties/animated-property"
},
{
"if": {
"properties": {
"a": {
"const": 0
}
}
},
"then": {
"properties": {
"k": {
"title": "Static value",
"type": "number"
}
}
}
}
],
"description": "An animatable property that holds a float",
"title": "Value",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 6180feff61a75c66ce3c4f1b0ec382cc40653076 | 2021-10-20T14:27:05 | docs/schema/layers/text-layer.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/layers/layer"
},
{
"properties": {
"t": {
"$ref": "#/$defs/text/text-animator-data",
"title": "Data"
},
"ty": {
"const": 5,
"description": "Layer type",
"title": "Layer type",
"type": "integer"
}
},
"required": [
"ty"
],
"type": "object"
}
],
"description": "",
"title": "Text Layer",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | cbb029090fd3d119ff1bc9d33fe60a7878f8e0a7 | 2022-04-14T09:22:22 | docs/schema/animated-properties/position.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"properties": {
"a": {
"$ref": "#/$defs/helpers/int-boolean",
"default": 0,
"description": "Whether the property is animated",
"title": "Animated"
},
"ix": {
"title": "Property Index",
"type": "integer"
},
"l": {
"description": "Number of components in the value arrays.\nIf present values will be truncated or expanded to match this length when accessed from expressions.",
"title": "Length",
"type": "integer"
},
"x": {
"title": "Expression",
"type": "string"
}
}
},
{
"else": {
"properties": {
"k": {
"items": {
"type": "number"
},
"title": "Static Value",
"type": "array"
}
}
},
"if": {
"properties": {
"a": {
"const": 1
}
}
},
"then": {
"properties": {
"k": {
"description": "Array of keyframes",
"items": {
"$ref": "#/$defs/animated-properties/position-keyframe"
},
"title": "Animated Value",
"type": "array"
}
}
}
}
],
"description": "An animatable property to represent a position in space",
"required": [
"k"
],
"title": "Position Property",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | a330dc23e69c9a43e108db57890902a6383d9da2 | 2021-10-27T07:34:28 | docs/schema/effect-values/layer.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/effect-values/effect-value"
},
{
"properties": {
"ty": {
"const": 10,
"title": "Type",
"type": "integer"
},
"v": {
"$ref": "#/$defs/animated-properties/value",
"title": "Value"
}
},
"required": [
"ty"
],
"type": "object"
}
],
"description": "",
"title": "Effect Value Layer",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 60369b88e3c4533a96311eb3a2261405623d9653 | 2022-04-10T05:27:44 | docs/schema/layers/precomposition-layer.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/layers/visual-layer"
},
{
"properties": {
"h": {
"default": 512,
"title": "Height",
"type": "integer"
},
"refId": {
"default": "",
"description": "ID of the precomp as specified in the assets",
"title": "Reference Id",
"type": "string"
},
"tm": {
"$ref": "#/$defs/animated-properties/value",
"title": "Time Remapping"
},
"ty": {
"const": 0,
"description": "Layer type",
"title": "Type",
"type": "integer"
},
"w": {
"default": 512,
"title": "Width",
"type": "integer"
}
},
"required": [
"ty",
"refId"
],
"type": "object"
}
],
"description": "Layer that renders a Precomposition asset",
"title": "Precomposition Layer",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | f30e9c421acc17a0db0ce171b904e9caf31aa136 | 2021-11-29T09:31:36 | docs/schema/layers/layer.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/helpers/visual-object"
},
{
"properties": {
"ao": {
"$ref": "#/$defs/helpers/int-boolean",
"default": 0,
"title": "Auto Orient"
},
"bm": {
"$ref": "#/$defs/constants/blend-mode",
"default": 0,
"title": "Blend Mode"
},
"cl": {
"description": "CSS class used by the SVG renderer",
"title": "CSS Class",
"type": "string"
},
"ddd": {
"$ref": "#/$defs/helpers/int-boolean",
"default": 0,
"description": "Whether the layer is threedimensional",
"title": "Threedimensional"
},
"ef": {
"items": {
"oneOf": [
{
"$ref": "#/$defs/effects/custom-effect"
},
{
"$ref": "#/$defs/effects/drop-shadow-effect"
},
{
"$ref": "#/$defs/effects/fill-effect"
},
{
"$ref": "#/$defs/effects/gaussian-blur-effect"
},
{
"$ref": "#/$defs/effects/matte3-effect"
},
{
"$ref": "#/$defs/effects/pro-levels-effect"
},
{
"$ref": "#/$defs/effects/stroke-effect"
},
{
"$ref": "#/$defs/effects/tint-effect"
},
{
"$ref": "#/$defs/effects/tritone-effect"
},
{
"$ref": "#/$defs/effects/radial-wipe-effect"
},
{
"$ref": "#/$defs/effects/wavy-effect"
},
{
"$ref": "#/$defs/effects/puppet-effect"
},
{
"$ref": "#/$defs/effects/spherize-effect"
},
{
"$ref": "#/$defs/effects/paint-over-transparent-effect"
},
{
"$ref": "#/$defs/effects/mesh-warp-effect"
},
{
"$ref": "#/$defs/effects/displacement-map-effect"
}
]
},
"title": "Effects",
"type": "array"
},
"hasMask": {
"description": "Whether the layer has masks applied",
"title": "Has Masks",
"type": "boolean"
},
"hd": {
"description": "Whether the layer is hidden",
"title": "Hidden",
"type": "boolean"
},
"ind": {
"title": "Index",
"type": "integer"
},
"ip": {
"description": "Frame when the layers becomes visible",
"title": "In Point",
"type": "number"
},
"ks": {
"$ref": "#/$defs/helpers/transform",
"description": "Layer transform",
"title": "Transform"
},
"ln": {
"description": "`id` attribute used by the SVG renderer",
"title": "Layer XML ID",
"type": "string"
},
"masksProperties": {
"items": {
"$ref": "#/$defs/helpers/mask"
},
"title": "Masks",
"type": "array"
},
"mb": {
"description": "Whether motion blur is enabled for the layer",
"title": "Motion Blur",
"type": "boolean"
},
"op": {
"description": "Frame when the layers becomes invisible",
"title": "Out Point",
"type": "number"
},
"parent": {
"description": "Must be the `ind` property of another layer",
"title": "Parent Index",
"type": "integer"
},
"sr": {
"default": 1,
"title": "Time Stretch",
"type": "number"
},
"st": {
"default": 0,
"title": "Start Time",
"type": "number"
},
"td": {
"title": "Matte Target",
"type": "integer"
},
"tt": {
"$ref": "#/$defs/constants/matte-mode",
"title": "Matte Mode"
},
"ty": {
"description": "Layer Type",
"oneOf": [
{
"const": 0,
"title": "Precomposition layer"
},
{
"const": 1,
"title": "Solid color layer"
},
{
"const": 2,
"title": "Image layer"
},
{
"const": 3,
"title": "Null layer"
},
{
"const": 4,
"title": "Shape layer"
},
{
"const": 5,
"title": "Text layer"
},
{
"const": 6,
"title": "Audio layer"
},
{
"const": 7,
"title": "Video placeholder"
},
{
"const": 8,
"title": "Image sequence"
},
{
"const": 9,
"title": "Video layer"
},
{
"const": 10,
"title": "Image placeholder"
},
{
"const": 11,
"title": "Guide layer"
},
{
"const": 12,
"title": "Adjustment layer"
},
{
"const": 13,
"title": "Camera"
},
{
"const": 14,
"title": "Light layer"
}
],
"title": "Type",
"type": "integer"
}
},
"required": [
"ty",
"st",
"ip",
"op",
"ks"
],
"type": "object"
}
],
"description": "",
"title": "Layer",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 58ded472e45867cf164ea2fcc91bad061cb88224 | 2022-06-20T14:24:59 | docs/schema/shapes/gradient-fill.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/shapes/shape-element"
},
{
"$ref": "#/$defs/shapes/gradient"
},
{
"properties": {
"o": {
"$ref": "#/$defs/animated-properties/value",
"title": "Opacity"
},
"r": {
"$ref": "#/$defs/constants/fill-rule",
"title": "Fill Rule"
},
"ty": {
"const": "gf",
"title": "Shape Type",
"type": "string"
}
},
"required": [
"ty",
"o"
],
"type": "object"
}
],
"caniuse": "shape-fill-gradient",
"description": "Gradient fill",
"title": "Gradient Fill",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | aa5b29ee6d5a596aa4b6123a80a49c5f13cbd81c | 2021-10-18T13:52:26 | docs/schema/effects/fill-effect.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/effects/effect"
},
{
"properties": {
"ty": {
"const": 21,
"title": "Type",
"type": "integer"
}
},
"required": [
"ty"
],
"type": "object"
}
],
"description": "Replaces the whole layer with the given color. Note: Opacity is in [0, 1]",
"title": "Fill Effect",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 7ab43250f875ab2a1ef764f843e2133a04c83233 | 2022-06-14T18:39:05 | docs/schema/layers/layer.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/helpers/visual-object"
},
{
"properties": {
"bm": {
"$ref": "#/$defs/constants/blend-mode",
"default": 0,
"title": "Blend Mode"
},
"cl": {
"description": "CSS class used by the SVG renderer",
"title": "CSS Class",
"type": "string"
},
"ddd": {
"$ref": "#/$defs/helpers/int-boolean",
"default": 0,
"description": "Whether the layer is threedimensional",
"title": "Threedimensional"
},
"hd": {
"description": "Whether the layer is hidden",
"title": "Hidden",
"type": "boolean"
},
"ind": {
"description": "Index that can be used for parenting and referenced in expressions",
"title": "Index",
"type": "integer"
},
"ip": {
"description": "Frame when the layer becomes visible",
"title": "In Point",
"type": "number"
},
"ln": {
"description": "`id` attribute used by the SVG renderer",
"title": "Layer XML ID",
"type": "string"
},
"op": {
"description": "Frame when the layer becomes invisible",
"title": "Out Point",
"type": "number"
},
"parent": {
"description": "Must be the `ind` property of another layer",
"title": "Parent Index",
"type": "integer"
},
"sr": {
"default": 1,
"title": "Time Stretch",
"type": "number"
},
"st": {
"default": 0,
"title": "Start Time",
"type": "number"
},
"tg": {
"description": "tag name used by the SVG renderer",
"title": "Layer XML tag name",
"type": "string"
},
"ty": {
"description": "Layer Type",
"oneOf": [
{
"const": 0,
"title": "Precomposition layer"
},
{
"const": 1,
"title": "Solid color layer"
},
{
"const": 2,
"title": "Image layer"
},
{
"const": 3,
"title": "Null layer"
},
{
"const": 4,
"title": "Shape layer"
},
{
"const": 5,
"title": "Text layer"
},
{
"const": 6,
"title": "Audio layer"
},
{
"const": 7,
"title": "Video placeholder"
},
{
"const": 8,
"title": "Image sequence"
},
{
"const": 9,
"title": "Video layer"
},
{
"const": 10,
"title": "Image placeholder"
},
{
"const": 11,
"title": "Guide layer"
},
{
"const": 12,
"title": "Adjustment layer"
},
{
"const": 13,
"title": "Camera"
},
{
"const": 14,
"title": "Light layer"
},
{
"const": 15,
"title": "Data layer"
}
],
"title": "Type",
"type": "integer"
}
},
"required": [
"ty",
"st",
"ip",
"op"
],
"type": "object"
}
],
"description": "",
"title": "Layer",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 6180feff61a75c66ce3c4f1b0ec382cc40653076 | 2021-10-20T14:27:05 | docs/schema/layers/shape-layer.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/layers/layer"
},
{
"properties": {
"shapes": {
"items": {
"$ref": "#/$defs/shapes/concrete-shape"
},
"title": "Shapes",
"type": "array"
},
"ty": {
"const": 4,
"description": "Layer type",
"title": "Type",
"type": "integer"
}
},
"required": [
"ty"
],
"type": "object"
}
],
"description": "Layer containing ShapeElement objects",
"title": "Shape Layer",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 58ded472e45867cf164ea2fcc91bad061cb88224 | 2022-06-20T14:24:59 | docs/schema/effects/displacement-map-effect.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/effects/effect"
},
{
"properties": {
"ef": {
"prefixItems": [
{
"$ref": "#/$defs/effect-values/layer",
"title": "Displacement Map Layer"
},
{
"$ref": "#/$defs/effect-values/drop-down",
"title": "Use For Horizontal Displacement"
},
{
"$ref": "#/$defs/effect-values/slider",
"title": "Max Horizontal Displacement"
},
{
"$ref": "#/$defs/effect-values/drop-down",
"title": "Use For Vertical Displacement"
},
{
"$ref": "#/$defs/effect-values/slider",
"title": "Max Vertical Displacement"
},
{
"$ref": "#/$defs/effect-values/drop-down",
"title": "Displacement Map Behavior"
},
{
"$ref": "#/$defs/effect-values/drop-down",
"title": "Edge Behavior"
},
{
"$ref": "#/$defs/effect-values/drop-down",
"title": "Expand Output"
}
],
"title": "Effect values",
"type": "array"
},
"ty": {
"const": 27,
"title": "Type",
"type": "integer"
}
},
"required": [
"ty",
"ef"
],
"type": "object"
}
],
"caniuse": "effect-displacement-map",
"description": "",
"title": "Displacement Map Effect",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 8362bdd4ad1eaef21e98f05d78b011c64ef57fbb | 2021-10-22T09:59:40 | docs/schema/effects/stroke-effect.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/effects/effect"
},
{
"properties": {
"ef": {
"prefixItems": [
{
"$ref": "#/$defs/effects/effect-value-color",
"title": "00"
},
{
"$ref": "#/$defs/effects/effect-value-checkbox",
"title": "01"
},
{
"$ref": "#/$defs/effects/effect-value-checkbox",
"title": "02"
},
{
"$ref": "#/$defs/effects/effect-value-color",
"title": "color"
},
{
"$ref": "#/$defs/effects/effect-value-slider",
"title": "04"
},
{
"$ref": "#/$defs/effects/effect-value-slider",
"title": "05"
},
{
"$ref": "#/$defs/effects/effect-value-slider",
"title": "06"
},
{
"$ref": "#/$defs/effects/effect-value-slider",
"title": "07"
},
{
"$ref": "#/$defs/effects/effect-value-slider",
"title": "08"
},
{
"$ref": "#/$defs/effects/effect-value-drop-down",
"title": "09"
},
{
"$ref": "#/$defs/effects/effect-value-drop-down",
"title": "type"
}
],
"title": "Effect values",
"type": "array"
},
"ty": {
"const": 22,
"title": "Type",
"type": "integer"
}
},
"required": [
"ty"
],
"type": "object"
}
],
"description": "",
"title": "Stroke Effect",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 58ded472e45867cf164ea2fcc91bad061cb88224 | 2022-06-20T14:24:59 | docs/schema/styles/stroke-style.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/styles/layer-style"
},
{
"properties": {
"c": {
"$ref": "#/$defs/animated-properties/color-value",
"title": "Color"
},
"s": {
"$ref": "#/$defs/animated-properties/value",
"title": "Size"
},
"ty": {
"const": 0,
"description": "Layer Type",
"title": "Type",
"type": "integer"
}
},
"required": [
"ty"
],
"type": "object"
}
],
"caniuse": "style-stroke",
"description": "Stroke / frame",
"title": "Layer Stroke",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | c20e1c24201d8c22737ab6bb9670dfc26ba81c8d | 2022-07-30T07:33:13 | docs/schema/animation/animation.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/helpers/visual-object"
},
{
"properties": {
"assets": {
"description": "List of assets that can be referenced by layers",
"items": {
"oneOf": [
{
"$ref": "#/$defs/assets/image"
},
{
"$ref": "#/$defs/assets/precomposition"
},
{
"$ref": "#/$defs/assets/sound"
},
{
"$ref": "#/$defs/assets/data-source"
}
]
},
"title": "Assets",
"type": "array"
},
"chars": {
"description": "Data defining text characters as lottie shapes. If present a player might only render characters defined here and nothing else.",
"items": {
"$ref": "#/$defs/text/character-data"
},
"title": "Chars",
"type": "array"
},
"comps": {
"description": "List of Extra compositions not referenced by anything",
"items": {
"$ref": "#/$defs/assets/precomposition"
},
"title": "Extra Compositions",
"type": "array"
},
"ddd": {
"$ref": "#/$defs/helpers/int-boolean",
"default": 0,
"description": "Whether the animation has 3D layers",
"title": "Threedimensional"
},
"fonts": {
"$ref": "#/$defs/text/font-list",
"title": "Fonts"
},
"fr": {
"default": 60,
"description": "Framerate in frames per second",
"title": "Framerate",
"type": "number"
},
"h": {
"default": 512,
"description": "Height of the animation",
"title": "Height",
"type": "integer"
},
"ip": {
"default": 0,
"description": "\"In Point\", which frame the animation starts at (usually 0)",
"title": "In Point",
"type": "number"
},
"markers": {
"description": "Markers defining named sections of the composition.",
"items": {
"$ref": "#/$defs/helpers/marker"
},
"title": "Markers",
"type": "array"
},
"mb": {
"$ref": "#/$defs/animation/motion-blur",
"title": "Motion Blur"
},
"meta": {
"$ref": "#/$defs/animation/metadata",
"description": "Document metadata",
"title": "Metadata"
},
"metadata": {
"$ref": "#/$defs/animation/user-metadata",
"title": "User Metadata"
},
"op": {
"default": 60,
"description": "\"Out Point\", which frame the animation stops/loops at, which makes this the duration in frames when `ip` is 0",
"title": "Out Point",
"type": "number"
},
"v": {
"default": "5.5.2",
"title": "Version",
"type": "string"
},
"w": {
"default": 512,
"description": "Width of the animation",
"title": "Width",
"type": "integer"
}
},
"required": [
"w",
"h",
"fr",
"layers",
"op",
"ip"
],
"type": "object"
},
{
"$ref": "#/$defs/animation/composition"
}
],
"description": "Top level object, describing the animation",
"title": "Animation",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 837607e8c9b559b972ec0a23ff635fd5a5c59aa9 | 2021-10-18T11:25:08 | docs/schema/effects/pro-levels-effect.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/effects/effect"
},
{
"properties": {
"ty": {
"const": 24,
"title": "Type",
"type": "integer"
}
},
"required": [
"ty"
],
"type": "object"
}
],
"description": "",
"title": "Pro Levels Effect",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 14836b59575d38fe92928f008000d27d89e36b67 | 2021-10-24T09:39:09 | docs/schema/animation/composition.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Base class for layer holders",
"properties": {
"layers": {
"items": {
"oneOf": [
{
"$ref": "#/$defs/layers/precomposition-layer"
},
{
"$ref": "#/$defs/layers/solid-color-layer"
},
{
"$ref": "#/$defs/layers/image-layer"
},
{
"$ref": "#/$defs/layers/null-layer"
},
{
"$ref": "#/$defs/layers/shape-layer"
},
{
"$ref": "#/$defs/layers/text-layer"
}
]
},
"title": "Layers",
"type": "array"
}
},
"required": [
"layers"
],
"title": "Composition",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 26e06cd7aa758ae68e95cc4b0b97c64571411b86 | 2022-11-01T09:29:58 | docs/schema/constants/trim-multiple-shapes.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "How to handle multiple shapes in trim path",
"oneOf": [
{
"const": 1,
"title": "Individually"
},
{
"const": 2,
"title": "Simultaneously"
}
],
"title": "Trim Multiple Shapes",
"type": "integer"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 9b039d896c6016aaa1932ecd8f260e55f6b0b7ca | 2021-10-19T06:04:07 | docs/schema/text/font.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"properties": {
"ascent": {
"title": "Ascent",
"type": "number"
},
"fFamily": {
"default": "sans",
"title": "Font Family",
"type": "string"
},
"fName": {
"default": "sans-Regular",
"title": "Name",
"type": "string"
},
"fPath": {
"title": "Path",
"type": "string"
},
"fStyle": {
"default": "Regular",
"title": "Font Style",
"type": "string"
},
"fWeight": {
"title": "Weight",
"type": "string"
},
"origin": {
"$ref": "#/$defs/constants/font-path-origin",
"title": "Origin"
}
},
"required": [],
"type": "object"
}
],
"description": "",
"title": "Font",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 26e06cd7aa758ae68e95cc4b0b97c64571411b86 | 2022-11-01T09:29:58 | docs/schema/constants/gradient-type.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Type of a gradient",
"oneOf": [
{
"const": 1,
"title": "Linear",
"type": "integer"
},
{
"const": 2,
"title": "Radial",
"type": "integer"
}
],
"title": "Gradient Type",
"type": "integer"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 4241b0b1755d9ad4af674221a6491f75c375af82 | 2022-04-09T17:20:11 | docs/schema/animation/metadata.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"anyOf": [
{
"properties": {
"k": {
"items": {
"type": "string"
},
"title": "Keywords",
"type": "array"
}
}
},
{
"properties": {
"k": {
"title": "Keywords",
"type": "string"
}
}
}
],
"description": "Document metadata",
"properties": {
"a": {
"title": "Author",
"type": "string"
},
"d": {
"title": "Description",
"type": "string"
},
"g": {
"description": "Software used to generate the file",
"title": "Generator",
"type": "string"
},
"tc": {
"title": "Theme Color",
"type": "string"
}
},
"title": "Metadata",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | bc9a3f40c7bbf65091fcc23505f5e641bd1e6527 | 2022-07-09T16:10:00 | docs/schema/shapes/repeater.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/shapes/modifier"
},
{
"properties": {
"c": {
"$ref": "#/$defs/animated-properties/value",
"description": "Number of copies",
"title": "Copies"
},
"m": {
"$ref": "#/$defs/constants/composite",
"default": 1,
"description": "Stacking order",
"title": "Composite"
},
"o": {
"$ref": "#/$defs/animated-properties/value",
"title": "Offset"
},
"tr": {
"$ref": "#/$defs/shapes/repeater-transform",
"description": "Transform applied to each copy",
"title": "Transform"
},
"ty": {
"const": "rp",
"title": "Shape Type",
"type": "string"
}
},
"required": [
"ty",
"c",
"tr"
],
"type": "object"
}
],
"caniuse": "shape-repeater",
"description": "Duplicates previous shapes in a group",
"title": "Repeater",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | e9d4d6e4eff25566ce57efa4f37d3fb3aa81571b | 2021-11-24T08:35:54 | docs/schema/animation/animation.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/helpers/visual-object"
},
{
"properties": {
"assets": {
"items": {
"oneOf": [
{
"$ref": "#/$defs/assets/image"
},
{
"$ref": "#/$defs/assets/precomposition"
}
]
},
"title": "Assets",
"type": "array"
},
"chars": {
"description": "Data defining text characters as lottie shapes",
"items": {
"$ref": "#/$defs/text/character-data"
},
"title": "Chars",
"type": "array"
},
"ddd": {
"$ref": "#/$defs/helpers/int-boolean",
"default": 0,
"title": "Threedimensional"
},
"fonts": {
"$ref": "#/$defs/text/font-list",
"title": "Fonts"
},
"fr": {
"default": 60,
"description": "Framerate in frames per second",
"title": "Framerate",
"type": "number"
},
"h": {
"default": 512,
"description": "Height of the animation",
"title": "Height",
"type": "integer"
},
"ip": {
"default": 0,
"description": "\"In Point\", which frame the animation starts at (usually 0)",
"title": "In Point",
"type": "number"
},
"markers": {
"description": "Markers defining named sections of the composition.",
"items": {
"$ref": "#/$defs/helpers/marker"
},
"title": "Markers",
"type": "array"
},
"mb": {
"$ref": "#/$defs/animation/motion-blur",
"title": "Motion Blur"
},
"meta": {
"$ref": "#/$defs/animation/metadata",
"description": "Document metadata",
"title": "Metadata"
},
"op": {
"default": 60,
"description": "\"Out Point\", which frame the animation stops/loops at, which makes this the duration in frames when `ip` is 0",
"title": "Out Point",
"type": "number"
},
"v": {
"default": "5.5.2",
"title": "Version",
"type": "string"
},
"w": {
"default": 512,
"description": "Width of the animation",
"title": "Width",
"type": "integer"
}
},
"required": [
"w",
"h",
"fr",
"layers",
"op",
"ip"
],
"type": "object"
},
{
"$ref": "#/$defs/animation/composition"
}
],
"description": "Top level object, describing the animation",
"title": "Animation",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 09f7f2bf9faa628c6728b9bc8bb75d0f79fcce13 | 2021-10-19T15:25:56 | docs/schema/animation/animation.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/helpers/visual-object"
},
{
"$ref": "#/$defs/animation/composition"
},
{
"properties": {
"assets": {
"items": {
"$ref": "#/$defs/assets/asset"
},
"title": "Assets",
"type": "array"
},
"chars": {
"description": "Source chars for text layers",
"items": {
"$ref": "#/$defs/assets/chars"
},
"title": "Chars",
"type": "array"
},
"ddd": {
"$ref": "#/$defs/types/int-boolean",
"default": 0,
"title": "Threedimensional"
},
"fonts": {
"$ref": "#/$defs/text/font-list",
"title": "Fonts"
},
"fr": {
"default": 60,
"description": "Framerate in frames per second",
"title": "Framerate",
"type": "number"
},
"h": {
"default": 512,
"title": "Height of the animation",
"type": "integer"
},
"ip": {
"default": 0,
"description": "\"In Point\", which frame the animation starts at (usually 0)",
"title": "In Point",
"type": "number"
},
"meta": {
"$ref": "#/$defs/animation/metadata",
"description": "Document metadata"
},
"op": {
"default": 60,
"description": "\"Out Point\", which frame the animation stops/loops at, which makes this the duration in frames when `ip` is 0",
"title": "Out Point",
"type": "number"
},
"v": {
"default": "5.5.2",
"title": "Version",
"type": "string"
},
"w": {
"default": 512,
"title": "Width of the animation",
"type": "integer"
}
},
"required": [
"w",
"h",
"fr",
"layers",
"op"
],
"type": "object"
}
],
"description": "Top level object, describing the animation",
"title": "Animation",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 8babae8913ba408f931b62f8f7ac4d721a1c1e34 | 2022-04-09T04:47:44 | docs/schema/layers/layer.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/helpers/visual-object"
},
{
"properties": {
"bm": {
"$ref": "#/$defs/constants/blend-mode",
"default": 0,
"title": "Blend Mode"
},
"cl": {
"description": "CSS class used by the SVG renderer",
"title": "CSS Class",
"type": "string"
},
"ddd": {
"$ref": "#/$defs/helpers/int-boolean",
"default": 0,
"description": "Whether the layer is threedimensional",
"title": "Threedimensional"
},
"hd": {
"description": "Whether the layer is hidden",
"title": "Hidden",
"type": "boolean"
},
"ind": {
"description": "Index that can be used for parenting and referenced in expressions",
"title": "Index",
"type": "integer"
},
"ip": {
"description": "Frame when the layers becomes visible",
"title": "In Point",
"type": "number"
},
"ln": {
"description": "`id` attribute used by the SVG renderer",
"title": "Layer XML ID",
"type": "string"
},
"op": {
"description": "Frame when the layers becomes invisible",
"title": "Out Point",
"type": "number"
},
"parent": {
"description": "Must be the `ind` property of another layer",
"title": "Parent Index",
"type": "integer"
},
"sr": {
"default": 1,
"title": "Time Stretch",
"type": "number"
},
"st": {
"default": 0,
"title": "Start Time",
"type": "number"
},
"ty": {
"description": "Layer Type",
"oneOf": [
{
"const": 0,
"title": "Precomposition layer"
},
{
"const": 1,
"title": "Solid color layer"
},
{
"const": 2,
"title": "Image layer"
},
{
"const": 3,
"title": "Null layer"
},
{
"const": 4,
"title": "Shape layer"
},
{
"const": 5,
"title": "Text layer"
},
{
"const": 6,
"title": "Audio layer"
},
{
"const": 7,
"title": "Video placeholder"
},
{
"const": 8,
"title": "Image sequence"
},
{
"const": 9,
"title": "Video layer"
},
{
"const": 10,
"title": "Image placeholder"
},
{
"const": 11,
"title": "Guide layer"
},
{
"const": 12,
"title": "Adjustment layer"
},
{
"const": 13,
"title": "Camera"
},
{
"const": 14,
"title": "Light layer"
}
],
"title": "Type",
"type": "integer"
}
},
"required": [
"ty",
"st",
"ip",
"op"
],
"type": "object"
}
],
"description": "",
"title": "Layer",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | d301bfaaea449b0328d9a4ab58b3a1705b1787dc | 2021-10-23T12:05:07 | docs/schema/shapes/twist.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/shapes/shape-element"
},
{
"properties": {
"a": {
"$ref": "#/$defs/animated-properties/value",
"title": "Angle"
},
"c": {
"$ref": "#/$defs/animated-properties/multi-dimensional",
"title": "Center"
},
"ty": {
"const": "tw",
"title": "Shape Type",
"type": "string"
}
},
"required": [
"ty"
],
"type": "object"
}
],
"description": "",
"title": "Twist",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 9b039d896c6016aaa1932ecd8f260e55f6b0b7ca | 2021-10-19T06:04:07 | docs/schema/animated-properties/multi-dimensional.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/animated-properties/animated-property"
},
{
"if": {
"properties": {
"a": {
"const": 0
}
}
},
"then": {
"properties": {
"k": {
"items": {
"type": "number"
},
"title": "Static value",
"type": "array"
}
}
}
}
],
"description": "An animatable property that holds an array of numbers",
"title": "Multi Dimensional",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | d301bfaaea449b0328d9a4ab58b3a1705b1787dc | 2021-10-23T12:05:07 | docs/schema/shapes/pucker-bloat.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/shapes/shape-element"
},
{
"properties": {
"a": {
"$ref": "#/$defs/animated-properties/value",
"description": "Amount as a percentage",
"title": "Amount"
},
"ty": {
"const": "pb",
"title": "Shape Type",
"type": "string"
}
},
"required": [
"ty"
],
"type": "object"
}
],
"description": "Interpolates the shape with its center point and bezier tangents with the opposite direction",
"title": "Pucker Bloat",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 58ded472e45867cf164ea2fcc91bad061cb88224 | 2022-06-20T14:24:59 | docs/schema/styles/gradient-overlay-style.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/styles/layer-style"
},
{
"properties": {
"a": {
"$ref": "#/$defs/animated-properties/value",
"title": "Angle"
},
"al": {
"$ref": "#/$defs/animated-properties/value",
"description": "Align with layer",
"title": "Align"
},
"bm": {
"$ref": "#/$defs/animated-properties/value",
"title": "Blend Mode"
},
"gf": {
"$ref": "#/$defs/animated-properties/gradient-colors",
"title": "Gradient"
},
"gs": {
"$ref": "#/$defs/animated-properties/value",
"title": "Smoothness"
},
"gt": {
"$ref": "#/$defs/constants/gradient-type",
"title": "Gradient Type"
},
"o": {
"$ref": "#/$defs/animated-properties/value",
"title": "Opacity"
},
"of": {
"$ref": "#/$defs/animated-properties/value",
"title": "Offset"
},
"re": {
"$ref": "#/$defs/animated-properties/value",
"title": "Reverse"
},
"s": {
"$ref": "#/$defs/animated-properties/value",
"title": "Scale"
},
"ty": {
"const": 8,
"description": "Layer Type",
"title": "Type",
"type": "integer"
}
},
"required": [
"ty"
],
"type": "object"
}
],
"caniuse": "style-gradient-overlay",
"title": "Gradient Overlay",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | ff0b603a6d981fd4bab643071692120ca93c6263 | 2021-10-24T16:19:15 | docs/schema/layers/layer.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/helpers/visual-object"
},
{
"properties": {
"ao": {
"$ref": "#/$defs/helpers/int-boolean",
"default": 0,
"title": "Auto Orient"
},
"bm": {
"$ref": "#/$defs/constants/blend-mode",
"default": 0,
"title": "Blend Mode"
},
"cl": {
"description": "CSS class used by the SVG renderer",
"title": "Class",
"type": "string"
},
"ddd": {
"$ref": "#/$defs/helpers/int-boolean",
"default": 0,
"description": "Whether the layer is threedimensional",
"title": "Threedimensional"
},
"ef": {
"items": {
"oneOf": [
{
"$ref": "#/$defs/effects/change-to-color-effect"
},
{
"$ref": "#/$defs/effects/drop-shadow-effect"
},
{
"$ref": "#/$defs/effects/fill-effect"
},
{
"$ref": "#/$defs/effects/gaussian-blur-effect"
},
{
"$ref": "#/$defs/effects/matte3-effect"
},
{
"$ref": "#/$defs/effects/pro-levels-effect"
},
{
"$ref": "#/$defs/effects/stroke-effect"
},
{
"$ref": "#/$defs/effects/tint-effect"
},
{
"$ref": "#/$defs/effects/tritone-effect"
}
]
},
"title": "Effects",
"type": "array"
},
"hasMask": {
"description": "Whether the layer has masks applied",
"title": "Has Masks",
"type": "boolean"
},
"hd": {
"description": "Whether the layer is hidden",
"title": "Hidden",
"type": "boolean"
},
"ind": {
"title": "Index",
"type": "integer"
},
"ip": {
"description": "Frame when the layers becomes visible",
"title": "In Point",
"type": "number"
},
"ks": {
"$ref": "#/$defs/helpers/transform",
"description": "Layer transform",
"title": "Transform"
},
"ln": {
"description": "`id` attribute used by the SVG renderer",
"title": "Layer XML ID",
"type": "string"
},
"masksProperties": {
"items": {
"$ref": "#/$defs/helpers/mask"
},
"title": "Masks",
"type": "array"
},
"mb": {
"description": "Whether motion blur is enable for the layer",
"title": "Motion Blur",
"type": "boolean"
},
"op": {
"description": "Frame when the layers becomes invisible",
"title": "Out Point",
"type": "number"
},
"parent": {
"description": "Must be the `ind` property of another layer",
"title": "Parent Index",
"type": "integer"
},
"sr": {
"default": 1,
"title": "Time Stretch",
"type": "number"
},
"st": {
"default": 0,
"title": "Start Time",
"type": "number"
},
"td": {
"title": "Matte Target",
"type": "integer"
},
"tt": {
"$ref": "#/$defs/constants/matte-mode",
"title": "Matte Mode"
},
"ty": {
"description": "Layer Type",
"oneOf": [
{
"const": 0,
"title": "Precomposition layer"
},
{
"const": 1,
"title": "Solid color layer"
},
{
"const": 2,
"title": "Image layer"
},
{
"const": 3,
"title": "Null layer"
},
{
"const": 4,
"title": "Shape layer"
},
{
"const": 5,
"title": "Text layer"
},
{
"const": 6,
"title": "Audio layer"
},
{
"const": 7,
"title": "Video placeholder"
},
{
"const": 8,
"title": "Image sequence"
},
{
"const": 9,
"title": "Video layer"
},
{
"const": 10,
"title": "Image placeholder"
},
{
"const": 11,
"title": "Guide layer"
},
{
"const": 12,
"title": "Adjustment layer"
},
{
"const": 13,
"title": "Camera"
},
{
"const": 14,
"title": "Light layer"
}
],
"title": "Type",
"type": "integer"
}
},
"required": [
"ty",
"st",
"ip",
"op",
"ks"
],
"type": "object"
}
],
"description": "",
"title": "Layer",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 8362bdd4ad1eaef21e98f05d78b011c64ef57fbb | 2021-10-22T09:59:40 | docs/schema/effects/tint-effect.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/effects/effect"
},
{
"properties": {
"ef": {
"prefixItems": [
{
"$ref": "#/$defs/effects/effect-value-color",
"title": "color_black"
},
{
"$ref": "#/$defs/effects/effect-value-color",
"title": "color_white"
},
{
"$ref": "#/$defs/effects/effect-value-slider",
"title": "opacity"
}
],
"title": "Effect values",
"type": "array"
},
"ty": {
"const": 20,
"title": "Type",
"type": "integer"
}
},
"required": [
"ty"
],
"type": "object"
}
],
"description": "Colorizes the layer\n@note Opacity is in [0, 100]",
"title": "Tint Effect",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | a330dc23e69c9a43e108db57890902a6383d9da2 | 2021-10-27T07:34:28 | docs/schema/effect-values/ignored.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/effect-values/effect-value"
},
{
"properties": {
"ty": {
"const": 6,
"title": "Type",
"type": "integer"
},
"v": {
"default": 0,
"title": "Value",
"type": "number"
}
},
"required": [
"ty"
],
"type": "object"
}
],
"description": "",
"title": "Ignored Value",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 9003c2a51b859269b28ff5ae56537d2495b7a4b9 | 2021-10-25T11:47:26 | docs/schema/shapes/rounded-corners.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/shapes/modifier"
},
{
"properties": {
"r": {
"$ref": "#/$defs/animated-properties/value",
"title": "Radius"
},
"ty": {
"const": "rd",
"title": "Shape Type",
"type": "string"
}
},
"required": [
"ty"
],
"type": "object"
}
],
"description": "Rounds corners of other shapes",
"title": "Rounded Corners",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 329896d3894088df23e54de84f4f83fd4436477d | 2021-12-08T05:35:52 | docs/schema/animated-properties/position.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/animated-properties/animated"
},
{
"properties": {
"ix": {
"title": "Property Index",
"type": "integer"
},
"x": {
"title": "Expression",
"type": "string"
}
}
},
{
"else": {
"properties": {
"k": {
"items": {
"type": "number"
},
"title": "Static Value",
"type": "array"
}
}
},
"if": {
"properties": {
"a": {
"const": 1
}
}
},
"then": {
"properties": {
"k": {
"description": "Array of keyframes",
"items": {
"$ref": "#/$defs/animated-properties/position-keyframe"
},
"title": "Animated Value",
"type": "array"
}
}
}
}
],
"description": "An animatable property to represent a position in space",
"required": [
"k"
],
"title": "Position Property",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 4feb7a269d2302c9a68fdb256ee8ac32a253d554 | 2021-12-01T11:13:15 | docs/schema/layers/text-layer.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/layers/visual-layer"
},
{
"properties": {
"t": {
"$ref": "#/$defs/text/text-animator-data",
"title": "Data"
},
"ty": {
"const": 5,
"description": "Layer type",
"title": "Layer type",
"type": "integer"
}
},
"required": [
"ty",
"t"
],
"type": "object"
}
],
"description": "",
"title": "Text Layer",
"type": "object"
} | CC-BY-4.0 | en |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.