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
ae16fbd9b9f97192f21d292c37dcc2f448e138e8
2021-10-21T21:56:38
docs/schema/shapes/shape.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "#/$defs/shapes/shape-element" }, { "properties": { "d": { "$ref": "#/$defs/constants/shape-direction", "description": "Direction the shape is drawn as, mostly relevant when using trim path", "title": "Direction" } }, "type": "object" } ], "description": "Drawable shape", "title": "Shape", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
9123b1146e78ba7e9be716d7f6e3f18764232fde
2021-10-25T19:27:44
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": { "$ref": "#/$defs/shapes/shape-list", "description": "Shapes forming the character", "title": "Shapes" } }, "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" } }, "required": [ "data", "ch", "fFamily", "size", "style", "w" ], "title": "Chars", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
e23b50cc9d5b549f7e19bdead2b224043599567b
2022-04-14T08:38:29
docs/schema/text/text-document.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "", "properties": { "ca": { "$ref": "#/$defs/constants/text-caps", "title": "Text Caps" }, "f": { "default": "", "title": "Font Family", "type": "string" }, "fc": { "$ref": "#/$defs/helpers/color", "default": [ 0, 0, 0 ], "title": "Fill Color" }, "j": { "$ref": "#/$defs/constants/text-justify", "default": 0, "title": "Justify" }, "lh": { "description": "Distance between lines on multiline or wrapped text", "title": "Line Height", "type": "number" }, "ls": { "title": "Baseline Shift", "type": "number" }, "of": { "description": "Render stroke above the fill", "title": "Stroke Over Fill", "type": "boolean" }, "ps": { "description": "Position of the box containing the text", "items": { "type": "number" }, "maxItems": 2, "minItems": 2, "title": "Wrap Position", "type": "array" }, "s": { "default": 10, "title": "Font Size", "type": "number" }, "sc": { "$ref": "#/$defs/helpers/color", "title": "Stroke Color" }, "sw": { "default": 0, "title": "Stroke Width", "type": "number" }, "sz": { "description": "Size of the box containing the text", "items": { "type": "number" }, "maxItems": 2, "minItems": 2, "title": "Wrap Size", "type": "array" }, "t": { "default": "", "description": "Text, note that newlines are encoded with \\r", "title": "Text", "type": "string" }, "tr": { "description": "Text Tracking", "title": "Tracking", "type": "number" } }, "required": [ "f", "fc", "s", "t" ], "title": "Text Document", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
2f215b4ffd76ececdfc5fab29263b131b948d9f1
2021-10-20T14:42:54
docs/schema/shapes/offset-path.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" }, "lj": { "$ref": "#/$defs/constants/line-join", "default": 2, "title": "Line Join" }, "ml": { "$ref": "#/$defs/animated-properties/value", "title": "Miter Limit", "type": "number" }, "ty": { "const": "op", "title": "Type", "type": "string" } }, "required": [ "ty" ], "type": "object" } ], "description": "Interpolates the shape with its center point and bezier tangents with the opposite direction", "title": "Offset Path", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
a330dc23e69c9a43e108db57890902a6383d9da2
2021-10-27T07:34:28
docs/schema/effects/radial-wipe-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/slider", "description": "Between 0 and 100", "title": "Completion" }, { "$ref": "#/$defs/effect-values/angle", "title": "Start Angle" }, { "$ref": "#/$defs/effect-values/point", "title": "Wipe Center" }, { "$ref": "#/$defs/effect-values/slider", "title": "Wipe" }, { "$ref": "#/$defs/effect-values/slider", "title": "Feather" } ], "title": "Effect values", "type": "array" }, "ty": { "const": 26, "title": "Type", "type": "integer" } }, "required": [ "ty" ], "type": "object" } ], "title": "Radial Wipe", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
5a455049fcd3a4734aeea9d182232e47b17b2916
2021-10-25T18:55: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" } ], "description": "Gradient fill", "title": "Gradient Fill", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
4feb7a269d2302c9a68fdb256ee8ac32a253d554
2021-12-01T11:13:15
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/visual-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
3bff78c0ae9af9b30c8b90813bc8dcdda3111710
2021-10-31T08:37:50
docs/schema/helpers/transform.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "anyOf": [ { "oneOf": [ { "properties": { "p": { "$ref": "#/$defs/animated-properties/position", "description": "Position / Translation", "title": "Position" } } }, { "properties": { "p": { "$ref": "#/$defs/animated-properties/split-vector", "description": "Position / Translation with split components", "title": "Position" } } } ] }, { "oneOf": [ { "properties": { "r": { "$ref": "#/$defs/animated-properties/value", "description": "Rotation in degrees, clockwise", "title": "Rotation" } } }, { "properties": { "rx": { "$ref": "#/$defs/animated-properties/value", "description": "Split rotation component", "title": "X Rotation" }, "ry": { "$ref": "#/$defs/animated-properties/value", "description": "Split rotation component", "title": "Y Rotation" }, "rz": { "$ref": "#/$defs/animated-properties/value", "description": "Split rotation component, equivalent to `r` when not split", "title": "Z Rotation" } } } ] } ], "description": "Layer transform", "properties": { "a": { "$ref": "#/$defs/animated-properties/position", "description": "Anchor point: a position (relative to its parent) around which transformations are applied (ie: center for rotation / scale)", "title": "Anchor Point" }, "o": { "$ref": "#/$defs/animated-properties/value", "title": "Opacity" }, "or": { "$ref": "#/$defs/animated-properties/multi-dimensional", "title": "Orientation" }, "s": { "$ref": "#/$defs/animated-properties/multi-dimensional", "description": "Scale factor, `[100, 100]` for no scaling", "title": "Scale" }, "sa": { "$ref": "#/$defs/animated-properties/value", "description": "Direction along which skew is applied, in degrees (`0` skews along the X axis, `90` along the Y axis)", "title": "Skew Axis" }, "sk": { "$ref": "#/$defs/animated-properties/value", "description": "Skew amount as an angle in degrees", "title": "Skew" } }, "title": "Transform", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
837607e8c9b559b972ec0a23ff635fd5a5c59aa9
2021-10-18T11:25:08
docs/schema/text/text-data.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "properties": { "k": { "item": { "$ref": "#/text/text-data-keyframe" }, "title": "Keyframes", "type": "array" } }, "required": [], "type": "object" } ], "description": "", "title": "Text Data", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
48d8feb1f07379ebfe51f97f9b548566ee4a3193
2022-10-13T05:38:12
docs/schema/effects/spherize-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/slider", "title": "radius" }, { "$ref": "#/$defs/effect-values/point", "title": "center" } ], "title": "Effect values", "type": "array" }, "ty": { "const": 33, "title": "Type", "type": "integer" } }, "required": [ "ty" ], "type": "object" } ], "caniuse": "effect-cc-sphere", "description": "", "title": "Spherize Effect", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
837607e8c9b559b972ec0a23ff635fd5a5c59aa9
2021-10-18T11:25:08
docs/schema/constants/composite.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "", "oneOf": [ { "const": 1, "title": "Above" }, { "const": 2, "title": "Below" } ], "title": "Composite", "type": "integer" }
CC-BY-4.0
en
LottieFiles/lottie-docs
2442e7f4a2d24ed583e5c55be1feecf6ed94e9a9
2022-02-17T13:50:34
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" }, { "$ref": "#/$defs/assets/sound" } ] }, "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
8362bdd4ad1eaef21e98f05d78b011c64ef57fbb
2021-10-22T09:59:40
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": { "ef": { "prefixItems": [ { "$ref": "#/$defs/effects/effect-value-point", "title": "00" }, { "$ref": "#/$defs/effects/effect-value-drop-down", "title": "01" }, { "$ref": "#/$defs/effects/effect-value-color", "title": "color" }, { "$ref": "#/$defs/effects/effect-value-drop-down", "title": "03" }, { "$ref": "#/$defs/effects/effect-value-slider", "title": "04" }, { "$ref": "#/$defs/effects/effect-value-slider", "title": "05" }, { "$ref": "#/$defs/effects/effect-value-slider", "title": "opacity" } ], "title": "Effect values", "type": "array" }, "ty": { "const": 21, "title": "Type", "type": "integer" } }, "required": [ "ty" ], "type": "object" } ], "description": "Replaces the whole layer with the given color\n@note Opacity is in [0, 1]", "title": "Fill Effect", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
56d7a10d0714f51c659b4489d46a14da6271c6d7
2022-10-11T11:51:18
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": "Animated Property", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
11d5eafbfc6a08dd41b5f5b465323ab75eca4f81
2022-02-17T13:50:48
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
6180feff61a75c66ce3c4f1b0ec382cc40653076
2021-10-20T14:27:05
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" ], "type": "object" } ], "description": "Layer with a solid color rectangle", "title": "Solid Color Layer", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
8aa6f4352d17c171d760ec5ae45cb4d454f3a5c6
2024-04-10T07:59:29
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" }, "sid": { "description": "One of the ID in the file's slots", "title": "Slot ID", "type": "string" }, "x": { "title": "Expression", "type": "string" } }, "required": [ "k" ], "title": "Animated Text Document", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
9b039d896c6016aaa1932ecd8f260e55f6b0b7ca
2021-10-19T06:04:07
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": "#/$defs/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
8f403c3d3ca8a06259fe2a49fde17b4360fe6807
2022-06-17T08:49:02
docs/schema/layers/camera-layer.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "#/$defs/layers/layer" }, { "properties": { "ks": { "$ref": "#/$defs/helpers/transform", "description": "Layer transform", "title": "Transform" }, "pe": { "$ref": "#/$defs/animated-properties/value", "description": "Distance from the Z=0 plane.\nSmall values yield a higher perspective effect.", "title": "Perspective" }, "ty": { "const": 13, "description": "Layer type", "title": "Type", "type": "integer" } }, "required": [ "ty", "ks", "pe" ], "type": "object" } ], "description": "3D Camera", "title": "Camera Layer", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
9b039d896c6016aaa1932ecd8f260e55f6b0b7ca
2021-10-19T06:04:07
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": { "$ref": "#/$defs/layers/concrete-layer" }, "title": "Layers", "type": "array" } }, "required": [ "layer" ], "title": "Composition", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
4feb7a269d2302c9a68fdb256ee8ac32a253d554
2021-12-01T11:13:15
docs/schema/assets/sound.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 sound is embedded", "title": "Embedded" }, "p": { "default": "", "description": "Sound filename or data url", "title": "File name", "type": "string" }, "u": { "default": "", "description": "Path to the directory containing a sound file", "title": "Path", "type": "string" } }, "required": [ "p" ], "type": "object" } ], "description": "External sound", "title": "Sound", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
d4d7b11657e01d91f05f85207c991f040565d18b
2022-05-20T09:36:32
docs/schema/layers/audio-layer.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "#/$defs/layers/layer" }, { "properties": { "au": { "$ref": "#/$defs/layers/audio-settings", "title": "Audio Settings" }, "refId": { "description": "ID of the sound as specified in the assets", "title": "Sound Id", "type": "string" }, "ty": { "const": 6, "description": "Layer type", "title": "Type", "type": "integer" } }, "required": [ "ty", "au" ], "type": "object" } ], "description": "A layer playing sounds", "title": "Audio Layer", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
5a455049fcd3a4734aeea9d182232e47b17b2916
2021-10-25T18:55:59
docs/schema/helpers/int-boolean.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "default": 0, "description": "Represents boolean values as an integer. 0 is false, 1 is true.", "enum": [ 0, 1 ], "examples": [ 0 ], "oneOf": [ { "const": 1, "title": "True" }, { "const": 0, "title": "False" } ], "title": "Integer Boolean", "type": "integer" }
CC-BY-4.0
en
LottieFiles/lottie-docs
4040817431e86dea4988a853e9206ca86bc3632a
2022-04-13T15:38:38
docs/schema/text/text-data.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-data-keyframe" }, "title": "Keyframes", "type": "array" }, "x": { "title": "Expression", "type": "string" } }, "required": [ "k" ], "title": "Text Data", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
d4d7b11657e01d91f05f85207c991f040565d18b
2022-05-20T09:36:32
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" } ], "title": "Bevel Emboss", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
aa4dee2963a7da643609fe1d8604a202aaa29b83
2022-07-09T13:31:33
docs/schema/shapes/no-style.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": "no", "title": "Shape Type", "type": "string" } }, "required": [ "ty" ], "type": "object" } ], "description": "Represents a style for shapes without fill or stroke", "title": "No Style", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
f4e66190609f70ae188f1e9603e4e9dfadba8d4a
2021-10-26T06:57:52
docs/schema/constants/text-shape.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "", "oneOf": [ { "const": 1, "title": "Square" }, { "const": 2, "title": "Ramp Up" }, { "const": 3, "title": "Ramp Down" }, { "const": 4, "title": "Triangle" }, { "const": 5, "title": "Round" }, { "const": 6, "title": "Smooth" } ], "title": "TextShape", "type": "integer" }
CC-BY-4.0
en
LottieFiles/lottie-docs
4feb7a269d2302c9a68fdb256ee8ac32a253d554
2021-12-01T11:13: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": { "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": { "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
4feb7a269d2302c9a68fdb256ee8ac32a253d554
2021-12-01T11:13:15
docs/schema/layers/visual-layer.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "#/$defs/layers/layer" }, { "properties": { "ao": { "$ref": "#/$defs/helpers/int-boolean", "default": 0, "title": "Auto Orient" }, "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" }, "ks": { "$ref": "#/$defs/helpers/transform", "description": "Layer transform", "title": "Transform" }, "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" }, "td": { "title": "Matte Target", "type": "integer" }, "tt": { "$ref": "#/$defs/constants/matte-mode", "title": "Matte Mode" } }, "required": [ "ks" ], "type": "object" } ], "description": "Layer used to affect visual elements", "title": "Visual Layer", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
fbc5f639f06bd3a934277570779ee1aa69b18a62
2022-04-16T07:02:26
docs/schema/shapes/polystar.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "#/$defs/shapes/shape" }, { "properties": { "or": { "$ref": "#/$defs/animated-properties/value", "title": "Outer Radius" }, "os": { "$ref": "#/$defs/animated-properties/value", "description": "Outer Roundness as a percentage", "title": "Outer Roundness" }, "p": { "$ref": "#/$defs/animated-properties/position", "title": "Position" }, "pt": { "$ref": "#/$defs/animated-properties/value", "title": "Points" }, "r": { "$ref": "#/$defs/animated-properties/value", "description": "Rotation, clockwise in degrees", "title": "Rotation" }, "sy": { "$ref": "#/$defs/constants/star-type", "default": 1, "description": "Star type, `1` for Star, `2` for Polygon", "title": "Star Type" }, "ty": { "const": "sr", "title": "Shape Type", "type": "string" } }, "required": [ "ty", "or", "os", "pt", "p", "r" ], "type": "object" }, { "if": { "properties": { "sy": { "const": 1 } } }, "then": { "properties": { "ir": { "$ref": "#/$defs/animated-properties/value", "title": "Inner Radius" }, "is": { "$ref": "#/$defs/animated-properties/value", "description": "Inner Roundness as a percentage", "title": "Inner Roundness" } }, "required": [ "ir", "is" ] } } ], "description": "Star or regular polygon", "title": "PolyStar", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
e960470cce41810a6e8fe182d02af5fb35430833
2022-07-03T18:36:02
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", "properties": { "k": { "$ref": "#/$defs/animated-properties/multi-dimensional", "title": "Colors" }, "p": { "default": 0, "description": "Number of colors in `k`", "title": "Count", "type": "integer" } }, "required": [ "p", "k" ], "title": "Gradient Colors", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
58ded472e45867cf164ea2fcc91bad061cb88224
2022-06-20T14:24:59
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" } ], "caniuse": "shape-pucker-and-bloat", "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
2ba3932aaf9c1a49ae2e2289a1e7094977bb41ff
2023-04-11T13:04:53
docs/schema/text/text-range-selector.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "caniuse": "animators-range-selectors", "properties": { "a": { "$ref": "#/$defs/animated-properties/value", "title": "Max Amount" }, "b": { "$ref": "#/$defs/constants/text-based", "title": "Based On" }, "e": { "$ref": "#/$defs/animated-properties/value", "title": "End" }, "ne": { "$ref": "#/$defs/animated-properties/value", "title": "Min Ease" }, "o": { "$ref": "#/$defs/animated-properties/value", "title": "Offset" }, "r": { "$ref": "#/$defs/constants/text-range-units", "caniuse": "range-selectors-units", "title": "Range Units" }, "rn": { "$ref": "#/$defs/helpers/int-boolean", "title": "Randomize" }, "s": { "$ref": "#/$defs/animated-properties/value", "title": "Start" }, "sh": { "$ref": "#/$defs/constants/text-shape", "title": "Shape" }, "sm": { "$ref": "#/$defs/animated-properties/value", "title": "Selector Smoothness" }, "t": { "$ref": "#/$defs/helpers/int-boolean", "title": "Expressible" }, "xe": { "$ref": "#/$defs/animated-properties/value", "title": "Max Ease" } }, "required": [ "t", "a", "b", "sh" ], "title": "Text Range Selector", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
190e05a8dd07ea61999c74ddc3d2ca723a1d0709
2024-04-10T07:59:23
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" } ] }, "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
4241b0b1755d9ad4af674221a6491f75c375af82
2022-04-09T17:20:11
docs/schema/assets/precomposition.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "#/$defs/assets/asset" }, { "$ref": "#/$defs/animation/composition" }, { "properties": { "fr": { "description": "Framerate in frames per second", "title": "Framerate", "type": "number" }, "nm": { "description": "Name of the precomposition", "title": "Name", "type": "string" } }, "type": "object" } ], "description": "Asset containing an animation that can be referenced by layers.", "title": "Precomposition", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
f30e9c421acc17a0db0ce171b904e9caf31aa136
2021-11-29T09:31:36
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": "#/$defs/effects/effect" }, { "properties": { "ef": { "prefixItems": [ { "$ref": "#/$defs/effect-values/drop-down", "title": "00" }, { "$ref": "#/$defs/effect-values/no-value", "title": "01" }, { "$ref": "#/$defs/effect-values/no-value", "title": "02" }, { "$ref": "#/$defs/effect-values/slider", "title": "comp_inblack" }, { "$ref": "#/$defs/effect-values/slider", "title": "comp_inwhite" }, { "$ref": "#/$defs/effect-values/slider", "title": "comp_gamma" }, { "$ref": "#/$defs/effect-values/slider", "title": "comp_outblack" }, { "$ref": "#/$defs/effect-values/no-value", "title": "comp_outwhite" }, { "$ref": "#/$defs/effect-values/no-value", "title": "08" }, { "$ref": "#/$defs/effect-values/slider", "title": "09" }, { "$ref": "#/$defs/effect-values/slider", "title": "r_inblack" }, { "$ref": "#/$defs/effect-values/slider", "title": "r_inwhite" }, { "$ref": "#/$defs/effect-values/slider", "title": "r_gamma" }, { "$ref": "#/$defs/effect-values/slider", "title": "r_outblack" }, { "$ref": "#/$defs/effect-values/slider", "title": "r_outwhite" }, { "$ref": "#/$defs/effect-values/slider", "title": "15" }, { "$ref": "#/$defs/effect-values/slider", "title": "16" }, { "$ref": "#/$defs/effect-values/slider", "title": "g_inblack" }, { "$ref": "#/$defs/effect-values/slider", "title": "g_inwhite" }, { "$ref": "#/$defs/effect-values/slider", "title": "g_gamma" }, { "$ref": "#/$defs/effect-values/slider", "title": "g_outblack" }, { "$ref": "#/$defs/effect-values/slider", "title": "g_outwhite" }, { "$ref": "#/$defs/effect-values/slider", "title": "22" }, { "$ref": "#/$defs/effect-values/slider", "title": "23" }, { "$ref": "#/$defs/effect-values/slider", "title": "b_inblack" }, { "$ref": "#/$defs/effect-values/slider", "title": "b_inwhite" }, { "$ref": "#/$defs/effect-values/slider", "title": "b_gamma" }, { "$ref": "#/$defs/effect-values/slider", "title": "b_outblack" }, { "$ref": "#/$defs/effect-values/slider", "title": "b_outwhite" }, { "$ref": "#/$defs/effect-values/slider", "title": "29" }, { "$ref": "#/$defs/effect-values/slider", "title": "a_inblack" }, { "$ref": "#/$defs/effect-values/slider", "title": "a_inwhite" }, { "$ref": "#/$defs/effect-values/slider", "title": "a_gamma" }, { "$ref": "#/$defs/effect-values/slider", "title": "a_outblack" }, { "$ref": "#/$defs/effect-values/no-value", "title": "a_outwhite" } ], "title": "Effect values", "type": "array" }, "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
d301bfaaea449b0328d9a4ab58b3a1705b1787dc
2021-10-23T12:05:07
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, "title": "Animated" }, "ix": { "title": "Property Index", "type": "integer" } }, "title": "Shape Property", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
d4d7b11657e01d91f05f85207c991f040565d18b
2022-05-20T09:36:32
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" } ], "title": "Outer Glow", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
58ded472e45867cf164ea2fcc91bad061cb88224
2022-06-20T14:24:59
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" } ], "caniuse": "effect-tritone", "description": "Maps layers colors based on bright/mid/dark colors", "title": "Tritone Effect", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
837607e8c9b559b972ec0a23ff635fd5a5c59aa9
2021-10-18T11:25:08
docs/schema/shapes/stroke.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "#/shapes/shape-element" }, { "$ref": "#/shapes/base-stroke" }, { "properties": { "c": { "$ref": "#/properties/multi-dimensional", "title": "Color" }, "ty": { "const": "st", "title": "Type", "type": "string" } }, "required": [ "ty" ], "type": "object" } ], "description": "Solid stroke", "title": "Stroke", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
876fa6fc4ed0d9f3c938cabdd4c559dbb6f79943
2021-10-29T12:52: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" } ], "description": "", "title": "Displacement Map Effect", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
60369b88e3c4533a96311eb3a2261405623d9653
2022-04-10T05:27:44
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": "GradientType", "type": "integer" }
CC-BY-4.0
en
LottieFiles/lottie-docs
d4d7b11657e01d91f05f85207c991f040565d18b
2022-05-20T09:36:32
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" } ], "title": "Gradient Overlay", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
4feb7a269d2302c9a68fdb256ee8ac32a253d554
2021-12-01T11:13:15
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/helpers/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": "", "description": "Image filename or data url", "title": "File name", "type": "string" }, "u": { "default": "", "description": "Path to the directory containing an image", "title": "Path", "type": "string" }, "w": { "default": 0, "description": "Width of the image", "title": "Width", "type": "number" } }, "required": [ "p" ], "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/precomposition.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "#/$defs/assets/asset" }, { "$ref": "#/$defs/animation/composition" } ], "description": "", "title": "Precomposition", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
837607e8c9b559b972ec0a23ff635fd5a5c59aa9
2021-10-18T11:25:08
docs/schema/shapes/modifier.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "#/shapes/shape-element" }, { "properties": { "ty": { "const": null, "title": "Type", "type": "string" } }, "required": [ "ty" ], "type": "object" } ], "description": "", "title": "Modifier", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
8362bdd4ad1eaef21e98f05d78b011c64ef57fbb
2021-10-22T09:59:40
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/effects/effect-value-color", "title": "bright" }, { "$ref": "#/$defs/effects/effect-value-color", "title": "mid" }, { "$ref": "#/$defs/effects/effect-value-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
876fa6fc4ed0d9f3c938cabdd4c559dbb6f79943
2021-10-29T12:52: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": { "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/misc-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 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
6b3835d19cde824a351fcb7073dd9706d2133ebd
2022-04-11T17:45:33
docs/schema/animated-properties/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": { "description": "Value at this keyframe. Note the if the property is a scalar, keyframe values are still represented as arrays", "items": { "type": "number" }, "title": "Value", "type": "array" } } }, { "if": { "oneOf": [ { "properties": { "h": { "const": 0 } } }, { "not": { "required": [ "h" ] } } ] }, "then": { "properties": { "i": { "$ref": "#/$defs/animated-properties/keyframe-bezier-handle", "description": "Easing tangent going into the next keyframe", "title": "In Tangent" }, "o": { "$ref": "#/$defs/animated-properties/keyframe-bezier-handle", "description": "Easing tangent leaving the current keyframe", "title": "Out Tangent" } } } } ], "description": "A Keyframes specifies the value at a specific time and the interpolation function to reach the next keyframe.", "required": [ "t", "s" ], "title": "Keyframe", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
837607e8c9b559b972ec0a23ff635fd5a5c59aa9
2021-10-18T11:25:08
docs/schema/shapes/merge.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "#/shapes/shape-element" }, { "properties": { "mm": { "default": 1, "title": "Merge Mode", "type": "number" }, "ty": { "const": "mm", "title": "Type", "type": "string" } }, "required": [ "ty" ], "type": "object" } ], "description": "", "title": "Merge", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
837607e8c9b559b972ec0a23ff635fd5a5c59aa9
2021-10-18T11:25:08
docs/schema/effects/effect.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "#/helpers/visual-object" }, { "properties": { "ef": { "item": { "$ref": "#/effects/effect-value" }, "title": "Effects", "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
876fa6fc4ed0d9f3c938cabdd4c559dbb6f79943
2021-10-29T12:52:59
docs/schema/effects/spherize-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/slider", "title": "radius" }, { "$ref": "#/$defs/effect-values/point", "title": "center" } ], "title": "Effect values", "type": "array" }, "ty": { "const": 33, "title": "Effect type", "type": "integer" } }, "required": [ "ty" ], "type": "object" } ], "description": "", "title": "Spherize Effect", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
bc9a3f40c7bbf65091fcc23505f5e641bd1e6527
2022-07-09T16:10:00
docs/schema/shapes/base-stroke.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "properties": { "d": { "description": "Dashed line definition", "items": { "$ref": "#/$defs/shapes/stroke-dash" }, "title": "Dashes", "type": "array" }, "lc": { "$ref": "#/$defs/constants/line-cap", "default": 2, "title": "Line Cap" }, "lj": { "$ref": "#/$defs/constants/line-join", "default": 2, "title": "Line Join" }, "ml": { "default": 0, "title": "Miter Limit", "type": "number" }, "ml2": { "$ref": "#/$defs/animated-properties/value", "description": "Animatable alternative to ml", "title": "Miter Limit" }, "o": { "$ref": "#/$defs/animated-properties/value", "description": "Opacity, 100 means fully opaque", "title": "Opacity" }, "w": { "$ref": "#/$defs/animated-properties/value", "description": "Stroke width", "title": "Width" } }, "required": [ "o", "w" ], "type": "object" } ], "description": "", "title": "Base Stroke", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
d4d7b11657e01d91f05f85207c991f040565d18b
2022-05-20T09:36:32
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" } ], "description": "Stroke / frame", "title": "Layer Stroke", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
3e662d2d9e1da1b785eef7aa280b0d75859e2d2f
2021-10-26T21:03:25
docs/schema/effects/radial-wipe-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-slider", "description": "Between 0 and 100", "title": "Completion" }, { "$ref": "#/$defs/effects/effect-value-angle", "title": "Start Angle" }, { "$ref": "#/$defs/effects/effect-value-point", "title": "Wipe Center" }, { "$ref": "#/$defs/effects/effect-value-slider", "title": "Wipe" }, { "$ref": "#/$defs/effects/effect-value-slider", "title": "Feather" } ], "title": "Effect values", "type": "array" }, "ty": { "const": 26, "title": "Type", "type": "integer" } }, "required": [ "ty" ], "type": "object" } ], "title": "Radial Wipe", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
1b99ae41c2af3820681dd01de475a5ec47b158a9
2021-10-20T18:11:18
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", "shapes" ], "type": "object" } ], "description": "Layer containing ShapeElement objects", "title": "Shape Layer", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
837607e8c9b559b972ec0a23ff635fd5a5c59aa9
2021-10-18T11:25:08
docs/schema/layers/null-layer.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "#/layers/layer" }, { "properties": { "ty": { "const": 3, "title": "Type", "type": "integer" } }, "required": [ "ty" ], "type": "object" } ], "description": "Layer with no data, useful to group layers together", "title": "Null Layer", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
3ddbd95ab6e9e054158926892fea3c1b4c145812
2022-04-07T13:32:02
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" }, { "$ref": "#/$defs/assets/sound" } ] }, "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" }, "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
58ded472e45867cf164ea2fcc91bad061cb88224
2022-06-20T14:24:59
docs/schema/effects/radial-wipe-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/slider", "description": "Between 0 and 100", "title": "Completion" }, { "$ref": "#/$defs/effect-values/angle", "title": "Start Angle" }, { "$ref": "#/$defs/effect-values/point", "title": "Wipe Center" }, { "$ref": "#/$defs/effect-values/slider", "title": "Wipe" }, { "$ref": "#/$defs/effect-values/slider", "title": "Feather" } ], "title": "Effect values", "type": "array" }, "ty": { "const": 26, "title": "Type", "type": "integer" } }, "required": [ "ty" ], "type": "object" } ], "caniuse": "effect-radial-wipe", "title": "Radial Wipe", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
3e662d2d9e1da1b785eef7aa280b0d75859e2d2f
2021-10-26T21:03:25
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": "#/$defs/effects/effect" }, { "properties": { "ef": { "prefixItems": [ { "$ref": "#/$defs/effects/effect-value-color", "title": "color" }, { "$ref": "#/$defs/effects/effect-value-slider", "description": "Opacity between 0 and 255", "title": "opacity" }, { "$ref": "#/$defs/effects/effect-value-angle", "title": "angle" }, { "$ref": "#/$defs/effects/effect-value-slider", "title": "distance" }, { "$ref": "#/$defs/effects/effect-value-slider", "title": "blur" } ], "title": "Effect values", "type": "array" }, "ty": { "const": 25, "title": "Type", "type": "integer" } }, "required": [ "ty" ], "type": "object" } ], "description": "Adds a shadow to the layer", "title": "Drop Shadow Effect", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
f2c98efb1a995f20fe93d58d8f02d31300595c84
2021-12-08T05:43:01
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" }, { "$ref": "#/$defs/helpers/three-dimensional" }, { "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" }, "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" }, "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
a330dc23e69c9a43e108db57890902a6383d9da2
2021-10-27T07:34:28
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": "#/$defs/effects/effect" }, { "properties": { "ef": { "prefixItems": [ { "$ref": "#/$defs/effect-values/drop-down", "title": "00" }, { "$ref": "#/$defs/effect-values/no-value", "title": "01" }, { "$ref": "#/$defs/effect-values/no-value", "title": "02" }, { "$ref": "#/$defs/effect-values/slider", "title": "comp_inblack" }, { "$ref": "#/$defs/effect-values/slider", "title": "comp_inwhite" }, { "$ref": "#/$defs/effect-values/slider", "title": "comp_gamma" }, { "$ref": "#/$defs/effect-values/slider", "title": "comp_outblack" }, { "$ref": "#/$defs/effect-values/no-value", "title": "comp_outwhite" }, { "$ref": "#/$defs/effect-values/no-value", "title": "08" }, { "$ref": "#/$defs/effect-values/slider", "title": "09" }, { "$ref": "#/$defs/effect-values/slider", "title": "r_inblack" }, { "$ref": "#/$defs/effect-values/slider", "title": "r_inwhite" }, { "$ref": "#/$defs/effect-values/slider", "title": "r_gamma" }, { "$ref": "#/$defs/effect-values/slider", "title": "r_outblack" }, { "$ref": "#/$defs/effect-values/no-value", "title": "r_outwhite" }, { "$ref": "#/$defs/effect-values/slider", "title": "15" }, { "$ref": "#/$defs/effect-values/slider", "title": "16" }, { "$ref": "#/$defs/effect-values/slider", "title": "g_inblack" }, { "$ref": "#/$defs/effect-values/slider", "title": "g_inwhite" }, { "$ref": "#/$defs/effect-values/slider", "title": "g_gamma" }, { "$ref": "#/$defs/effect-values/slider", "title": "g_outblack" }, { "$ref": "#/$defs/effect-values/no-value", "title": "g_outwhite" }, { "$ref": "#/$defs/effect-values/slider", "title": "22" }, { "$ref": "#/$defs/effect-values/slider", "title": "b3" }, { "$ref": "#/$defs/effect-values/slider", "title": "b_inblack" }, { "$ref": "#/$defs/effect-values/slider", "title": "b_inwhite" }, { "$ref": "#/$defs/effect-values/slider", "title": "b_gamma" }, { "$ref": "#/$defs/effect-values/slider", "title": "b_outblack" }, { "$ref": "#/$defs/effect-values/no-value", "title": "b_outwhite" }, { "$ref": "#/$defs/effect-values/slider", "title": "29" }, { "$ref": "#/$defs/effect-values/slider", "title": "a_inblack" }, { "$ref": "#/$defs/effect-values/slider", "title": "a_inwhite" }, { "$ref": "#/$defs/effect-values/slider", "title": "a_gamma" }, { "$ref": "#/$defs/effect-values/slider", "title": "a_outblack" }, { "$ref": "#/$defs/effect-values/no-value", "title": "a_outwhite" } ], "title": "Effect values", "type": "array" }, "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
aa95b782829599e3ecabb460c9730022d378fc63
2021-11-08T09:25:01
docs/schema/assets/precomposition.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "#/$defs/assets/asset" }, { "$ref": "#/$defs/animation/composition" }, { "properties": { "fr": { "description": "Framerate in frames per second", "title": "Framerate", "type": "number" }, "nm": { "description": "Name of the precomposition", "title": "Name", "type": "string" } }, "type": "object" } ], "description": "", "title": "Precomposition", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
d301bfaaea449b0328d9a4ab58b3a1705b1787dc
2021-10-23T12:05:07
docs/schema/shapes/path.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "#/$defs/shapes/shape" }, { "properties": { "ind": { "title": "Index", "type": "integer" }, "ks": { "$ref": "#/$defs/animated-properties/shape-property", "title": "Shape" }, "ty": { "const": "sh", "title": "Shape Type", "type": "string" } }, "required": [ "ty" ], "type": "object" } ], "description": "Animatable Bezier curve", "title": "Path", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
d301bfaaea449b0328d9a4ab58b3a1705b1787dc
2021-10-23T12:05:07
docs/schema/shapes/stroke-dash.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "#/$defs/helpers/visual-object" }, { "properties": { "n": { "$ref": "#/$defs/constants/stroke-dash-type", "default": "d", "title": "Shape Type" }, "v": { "$ref": "#/$defs/animated-properties/value", "title": "Length" } }, "required": [], "type": "object" } ], "description": "", "title": "Stroke Dash", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
7ce92ecbe87c57f0a66ed19fa889b76cbedb9682
2022-05-19T14:42:05
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": { "cix": { "description": "Index used in expressions", "title": "Property index", "type": "integer" }, "it": { "$ref": "#/$defs/shapes/shape-list", "title": "Shapes" }, "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
9b039d896c6016aaa1932ecd8f260e55f6b0b7ca
2021-10-19T06:04: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": "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
cbb029090fd3d119ff1bc9d33fe60a7878f8e0a7
2022-04-14T09:22:22
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 } } }, "properties": { "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" } }, "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
52937bd3b5d2374cdc9508aa4ab23cc91bd9d0a2
2023-07-26T07:15:32
docs/schema/layers/visual-layer.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "#/$defs/layers/layer" }, { "properties": { "ao": { "$ref": "#/$defs/helpers/int-boolean", "default": 0, "description": "If 1, The layer will rotate itself to match its animated position path", "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" }, "cp": { "deprecated": true, "description": "This is deprecated in favour of `ct`", "title": "Collapse Transform", "type": "boolean" }, "ct": { "$ref": "#/$defs/helpers/int-boolean", "default": 0, "description": "Marks that transforms should be applied before masks", "title": "Collapse Transform" }, "ef": { "caniuse": "effects", "description": "List of layer effects", "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/mesh-warp-effect" }, { "$ref": "#/$defs/effects/displacement-map-effect" }, { "$ref": "#/$defs/effects/twirl-effect" } ] }, "title": "Effects", "type": "array" }, "hasMask": { "caniuse": "mask", "description": "Whether the layer has masks applied", "title": "Has Masks", "type": "boolean" }, "ks": { "$ref": "#/$defs/helpers/transform", "caniuse": "transform", "description": "Layer transform", "title": "Transform" }, "ln": { "description": "`id` attribute used by the SVG renderer", "title": "Layer XML ID", "type": "string" }, "masksProperties": { "caniuse": "mask", "items": { "$ref": "#/$defs/helpers/mask" }, "title": "Masks", "type": "array" }, "mb": { "description": "Whether motion blur is enabled for the layer", "title": "Motion Blur", "type": "boolean" }, "sy": { "caniuse": "styles", "description": "Styling effects for this layer", "items": { "oneOf": [ { "$ref": "#/$defs/styles/stroke-style" }, { "$ref": "#/$defs/styles/drop-shadow-style" }, { "$ref": "#/$defs/styles/inner-shadow-style" }, { "$ref": "#/$defs/styles/outer-glow-style" }, { "$ref": "#/$defs/styles/inner-glow-style" }, { "$ref": "#/$defs/styles/bevel-emboss-style" }, { "$ref": "#/$defs/styles/satin-style" }, { "$ref": "#/$defs/styles/color-overlay-style" }, { "$ref": "#/$defs/styles/gradient-overlay-style" } ] }, "title": "Layer style", "type": "array" }, "td": { "$ref": "#/$defs/helpers/int-boolean", "caniuse": "property-matte-mask", "description": "If set to 1, it means a layer is using this layer as a track matte", "title": "Matte Target" }, "tg": { "description": "tag name used by the SVG renderer", "title": "Layer XML tag name", "type": "string" }, "tp": { "description": "Index of the layer used as matte, if omitted assume the layer above the current one", "title": "Matte Parent", "type": "integer" }, "tt": { "$ref": "#/$defs/constants/matte-mode", "caniuse": "property-matte-mask", "description": "Defines the track matte mode for the layer", "title": "Matte Mode" } }, "required": [ "ks" ], "type": "object" } ], "description": "Layer used to affect visual elements", "title": "Visual Layer", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
60369b88e3c4533a96311eb3a2261405623d9653
2022-04-10T05:27:44
docs/schema/constants/fill-rule.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "Rule used to handle multiple shapes rendered with the same fill object", "oneOf": [ { "const": 1, "description": "Everything is colored (You can think of this as an OR)", "title": "Non Zero" }, { "const": 2, "description": "Colored based on intersections and path direction, can be used to create \"holes\"", "title": "Even Odd" } ], "title": "FillRule", "type": "integer" }
CC-BY-4.0
en
LottieFiles/lottie-docs
5a455049fcd3a4734aeea9d182232e47b17b2916
2021-10-25T18:55: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" } ], "description": "Solid fill color", "title": "Fill", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
d5496f331bfe2154cde6fbae47b4556da7625b26
2022-01-04T10:24:33
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": "Index 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" }, { "const": "zz", "title": "Zig zag" }, { "const": "rp", "title": "Repeater" }, { "const": "tm", "title": "Trim" } ], "title": "Shape 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
f30e9c421acc17a0db0ce171b904e9caf31aa136
2021-11-29T09:31:36
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": "Index 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" }, { "const": "zz", "title": "Zig zag" } ], "title": "Shape 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
d4d7b11657e01d91f05f85207c991f040565d18b
2022-05-20T09:36:32
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": { "description": "User-defined metadata", "title": "User Metadata", "type": "object" }, "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/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": "#/constants/font-path-origin", "title": "Origin" } }, "required": [], "type": "object" } ], "description": "", "title": "Font", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
60369b88e3c4533a96311eb3a2261405623d9653
2022-04-10T05:27:44
docs/schema/shapes/repeater-transform.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "#/$defs/helpers/transform" }, { "properties": { "eo": { "$ref": "#/$defs/animated-properties/value", "description": "Opacity of the last repeated object.", "title": "End Opacity" }, "so": { "$ref": "#/$defs/animated-properties/value", "description": "Opacity of the first repeated object.", "title": "Start Opacity" } }, "required": [], "type": "object" } ], "description": "Transform used by a repeater, the transform is applied to each subsequent repeated object.", "title": "Repeater Transform", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
26e06cd7aa758ae68e95cc4b0b97c64571411b86
2022-11-01T09:29:58
docs/schema/text/text-document-keyframe.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "A keyframe containing a text document", "properties": { "s": { "$ref": "#/$defs/text/text-document", "title": "Start" }, "t": { "default": 0, "title": "Time", "type": "number" } }, "required": [ "s", "t" ], "title": "Text Document Keyframe", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
aa5b29ee6d5a596aa4b6123a80a49c5f13cbd81c
2021-10-18T13:52:26
docs/schema/animation/animation.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "#/composition/composition" }, { "$ref": "#/helpers/visual-object" }, { "properties": { "assets": { "item": { "$ref": "#/assets/asset" }, "title": "Assets", "type": "array" }, "chars": { "item": { "$ref": "#/assets/chars" }, "title": "Chars", "type": "array" }, "ddd": { "$ref": "#/types/int-boolean", "default": 0, "title": "Threedimensional" }, "fonts": { "$ref": "#/text/font-list", "title": "Fonts" }, "fr": { "default": 60, "title": "Frame Rate", "type": "number" }, "h": { "default": 512, "title": "Height", "type": "integer" }, "ip": { "default": 0, "title": "In Point", "type": "number" }, "mn": { "title": "Match Name", "type": "string" }, "op": { "default": 60, "title": "Out Point", "type": "number" }, "v": { "default": "5.5.2", "title": "Version", "type": "string" }, "w": { "default": 512, "title": "Width", "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
4feb7a269d2302c9a68fdb256ee8ac32a253d554
2021-12-01T11:13:15
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" }, { "$ref": "#/$defs/assets/sound" } ] }, "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
58ded472e45867cf164ea2fcc91bad061cb88224
2022-06-20T14:24:59
docs/schema/shapes/polystar.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "#/$defs/shapes/shape" }, { "properties": { "or": { "$ref": "#/$defs/animated-properties/value", "title": "Outer Radius" }, "os": { "$ref": "#/$defs/animated-properties/value", "description": "Outer Roundness as a percentage", "title": "Outer Roundness" }, "p": { "$ref": "#/$defs/animated-properties/position", "title": "Position" }, "pt": { "$ref": "#/$defs/animated-properties/value", "title": "Points" }, "r": { "$ref": "#/$defs/animated-properties/value", "description": "Rotation, clockwise in degrees", "title": "Rotation" }, "sy": { "$ref": "#/$defs/constants/star-type", "default": 1, "description": "Star type, `1` for Star, `2` for Polygon", "title": "Star Type" }, "ty": { "const": "sr", "title": "Shape Type", "type": "string" } }, "required": [ "ty", "or", "os", "pt", "p", "r" ], "type": "object" }, { "if": { "properties": { "sy": { "const": 1 } } }, "then": { "properties": { "ir": { "$ref": "#/$defs/animated-properties/value", "title": "Inner Radius" }, "is": { "$ref": "#/$defs/animated-properties/value", "description": "Inner Roundness as a percentage", "title": "Inner Roundness" } }, "required": [ "ir", "is" ] } } ], "caniuse": "shape-polystar", "description": "Star or regular polygon", "title": "PolyStar", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
26e06cd7aa758ae68e95cc4b0b97c64571411b86
2022-11-01T09:29:58
docs/schema/constants/shape-direction.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "Drawing direction of the shape curve, useful for trim path", "oneOf": [ { "const": 1, "description": "Usually clockwise", "title": "Normal" }, { "const": 3, "description": "Usually counter clockwise", "title": "Reversed" } ], "title": "Shape Direction", "type": "integer" }
CC-BY-4.0
en
LottieFiles/lottie-docs
837607e8c9b559b972ec0a23ff635fd5a5c59aa9
2021-10-18T11:25:08
docs/schema/constants/fill-rule.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "", "oneOf": [ { "const": 1, "title": "Non Zero" }, { "const": 2, "title": "Even Odd" } ], "title": "FillRule", "type": "integer" }
CC-BY-4.0
en
LottieFiles/lottie-docs
ed466aa48362f38a3772d3a76fb74de61d31f6be
2022-08-18T06:28:23
docs/schema/layers/visual-layer.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "#/$defs/layers/layer" }, { "properties": { "ao": { "$ref": "#/$defs/helpers/int-boolean", "default": 0, "description": "If 1, The layer will rotate itself to match its animated position path", "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" }, "cp": { "title": "Collapse Transform", "type": "boolean" }, "ef": { "caniuse": "effects", "description": "List of layer effects", "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": { "caniuse": "mask", "description": "Whether the layer has masks applied", "title": "Has Masks", "type": "boolean" }, "ks": { "$ref": "#/$defs/helpers/transform", "caniuse": "transform", "description": "Layer transform", "title": "Transform" }, "ln": { "description": "`id` attribute used by the SVG renderer", "title": "Layer XML ID", "type": "string" }, "masksProperties": { "caniuse": "mask", "items": { "$ref": "#/$defs/helpers/mask" }, "title": "Masks", "type": "array" }, "mb": { "description": "Whether motion blur is enabled for the layer", "title": "Motion Blur", "type": "boolean" }, "sy": { "caniuse": "styles", "description": "Styling effects for this layer", "items": { "oneOf": [ { "$ref": "#/$defs/styles/stroke-style" }, { "$ref": "#/$defs/styles/drop-shadow-style" }, { "$ref": "#/$defs/styles/inner-shadow-style" }, { "$ref": "#/$defs/styles/outer-glow-style" }, { "$ref": "#/$defs/styles/inner-glow-style" }, { "$ref": "#/$defs/styles/bevel-emboss-style" }, { "$ref": "#/$defs/styles/satin-style" }, { "$ref": "#/$defs/styles/color-overlay-style" }, { "$ref": "#/$defs/styles/gradient-overlay-style" } ] }, "title": "Layer style", "type": "array" }, "td": { "caniuse": "property-matte-mask", "title": "Matte Target", "type": "integer" }, "tg": { "description": "tag name used by the SVG renderer", "title": "Layer XML tag name", "type": "string" }, "tt": { "$ref": "#/$defs/constants/matte-mode", "caniuse": "property-matte-mask", "title": "Matte Mode" } }, "required": [ "ks" ], "type": "object" } ], "description": "Layer used to affect visual elements", "title": "Visual Layer", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
718213e5e7f2fb9f87829f70a6593b4d739e43eb
2021-10-26T07:06:57
docs/schema/animated-properties/position-keyframe.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "#/$defs/animated-properties/keyframe" }, { "properties": { "ti": { "description": "Tangent for values (eg: moving position around a curved path", "items": { "type": "number" }, "title": "Value In Tangent", "type": "array" }, "to": { "description": "Tangent for values (eg: moving position around a curved path", "items": { "type": "number" }, "title": "Value Out Tangent", "type": "array" } } } ], "title": "Position Keyframe", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
a5ddf66424a753757c0f094162de83e3fadf524b
2021-10-21T10:06:08
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, "description": "Number of colors in `k`", "title": "Count", "type": "integer" } }, "required": [ "p", "k" ], "title": "Gradient Colors", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
d4d7b11657e01d91f05f85207c991f040565d18b
2022-05-20T09:36:32
docs/schema/styles/inner-shadow-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 light angle", "title": "Angle" }, "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" }, "d": { "$ref": "#/$defs/animated-properties/value", "title": "Distance" }, "no": { "$ref": "#/$defs/animated-properties/value", "title": "Noise" }, "o": { "$ref": "#/$defs/animated-properties/value", "title": "Opacity" }, "s": { "$ref": "#/$defs/animated-properties/value", "description": "Blur size", "title": "Size" }, "ty": { "const": 2, "description": "Layer Type", "title": "Type", "type": "integer" } }, "required": [ "ty" ], "type": "object" } ], "title": "Inner Shadow", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
4101dfb699f72d6853764161a7019cc207f7e010
2021-10-18T21:20:46
docs/schema/animation/composition.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "properties": { "layers": { "item": { "$ref": "#/layers/layer" }, "title": "Layers", "type": "array" } }, "required": [], "type": "object" } ], "description": "Base class for layer holders", "title": "Composition", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
307ce98856f5883601c3db066907230608a4f47b
2021-10-21T15:33:51
docs/schema/constants/trim-multiple-shapes.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "", "oneOf": [ { "const": 1, "title": "Individually" }, { "const": 2, "title": "Simultaneously" } ], "title": "TrimMultipleShapes", "type": "integer" }
CC-BY-4.0
en
LottieFiles/lottie-docs
837607e8c9b559b972ec0a23ff635fd5a5c59aa9
2021-10-18T11:25:08
docs/schema/helpers/transform.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "properties": { "a": { "$ref": "#/properties/multi-dimensional", "title": "Anchor Point" }, "o": { "$ref": "#/properties/value", "title": "Opacity" }, "p": { "$ref": "#/properties/position-value", "title": "Position" }, "r": { "$ref": "#/properties/value", "title": "Rotation" }, "s": { "$ref": "#/properties/multi-dimensional", "title": "Scale" }, "sa": { "$ref": "#/properties/value", "title": "Skew Axis" }, "sk": { "$ref": "#/properties/value", "title": "Skew" } }, "required": [], "type": "object" } ], "description": "Layer transform", "title": "Transform", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
2e01bcce70e151403206546586b3d755601193ed
2022-05-06T13:24:23
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": { "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": { "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
58ded472e45867cf164ea2fcc91bad061cb88224
2022-06-20T14:24:59
docs/schema/layers/visual-layer.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "#/$defs/layers/layer" }, { "properties": { "ao": { "$ref": "#/$defs/helpers/int-boolean", "default": 0, "description": "If 1, The layer will rotate itself to match its animated position path", "title": "Auto Orient" }, "cp": { "title": "Collapse Transform", "type": "boolean" }, "ef": { "caniuse": "effects", "description": "List of layer effects", "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": { "caniuse": "mask", "description": "Whether the layer has masks applied", "title": "Has Masks", "type": "boolean" }, "ks": { "$ref": "#/$defs/helpers/transform", "caniuse": "transform", "description": "Layer transform", "title": "Transform" }, "masksProperties": { "caniuse": "mask", "items": { "$ref": "#/$defs/helpers/mask" }, "title": "Masks", "type": "array" }, "mb": { "description": "Whether motion blur is enabled for the layer", "title": "Motion Blur", "type": "boolean" }, "sy": { "caniuse": "styles", "description": "Styling effects for this layer", "items": { "oneOf": [ { "$ref": "#/$defs/styles/stroke-style" }, { "$ref": "#/$defs/styles/drop-shadow-style" }, { "$ref": "#/$defs/styles/inner-shadow-style" }, { "$ref": "#/$defs/styles/outer-glow-style" }, { "$ref": "#/$defs/styles/inner-glow-style" }, { "$ref": "#/$defs/styles/bevel-emboss-style" }, { "$ref": "#/$defs/styles/satin-style" }, { "$ref": "#/$defs/styles/color-overlay-style" }, { "$ref": "#/$defs/styles/gradient-overlay-style" } ] }, "title": "Layer style", "type": "array" }, "td": { "caniuse": "property-matte-mask", "title": "Matte Target", "type": "integer" }, "tt": { "$ref": "#/$defs/constants/matte-mode", "caniuse": "property-matte-mask", "title": "Matte Mode" } }, "required": [ "ks" ], "type": "object" } ], "description": "Layer used to affect visual elements", "title": "Visual Layer", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
9b039d896c6016aaa1932ecd8f260e55f6b0b7ca
2021-10-19T06:04:07
docs/schema/shapes/rectangle.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "#/$defs/shapes/shape" }, { "properties": { "p": { "$ref": "#/$defs/animated-properties/multi-dimensional", "description": "Center of the rectangle", "title": "Position" }, "r": { "$ref": "#/$defs/animated-properties/value", "title": "Rounded" }, "s": { "$ref": "#/$defs/animated-properties/multi-dimensional", "title": "Size" }, "ty": { "const": "rc", "title": "Type", "type": "string" } }, "required": [ "ty" ], "type": "object" } ], "description": "A simple rectangle shape", "title": "Rectangle", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
9b039d896c6016aaa1932ecd8f260e55f6b0b7ca
2021-10-19T06:04:07
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": "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
a330dc23e69c9a43e108db57890902a6383d9da2
2021-10-27T07:34:28
docs/schema/effects/gaussian-blur-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/slider", "title": "sigma" }, { "$ref": "#/$defs/effect-values/slider", "title": "dimensions" }, { "$ref": "#/$defs/effect-values/checkbox", "title": "wrap" } ], "title": "Effect values", "type": "array" }, "ty": { "const": 29, "title": "Type", "type": "integer" } }, "required": [ "ty" ], "type": "object" } ], "description": "Gaussian blur", "title": "Gaussian Blur Effect", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
c29ab65bdbb8dcbb1cb6ebc2da0274f9b5c930eb
2023-05-02T19:45:20
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" }, "sid": { "description": "One of the ID in the file's slots", "title": "Slot ID", "type": "string" }, "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": "Animated Property", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
d301bfaaea449b0328d9a4ab58b3a1705b1787dc
2021-10-23T12:05:07
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" ], "type": "object" } ], "description": "Solid stroke", "title": "Stroke", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
81d0ca87367b67f06c8df2b4ce620afbb767d8db
2021-11-18T10:04:56
docs/schema/shapes/rectangle.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "#/$defs/shapes/shape" }, { "properties": { "p": { "$ref": "#/$defs/animated-properties/position", "description": "Center of the rectangle", "title": "Position" }, "r": { "$ref": "#/$defs/animated-properties/value", "title": "Rounded" }, "s": { "$ref": "#/$defs/animated-properties/multi-dimensional", "title": "Size" }, "ty": { "const": "rc", "title": "Shape Type", "type": "string" } }, "required": [ "ty", "s", "p", "r" ], "type": "object" } ], "description": "A simple rectangle shape", "title": "Rectangle", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
09f7f2bf9faa628c6728b9bc8bb75d0f79fcce13
2021-10-19T15:25:56
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" }, "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" }, "tc": { "title": "Theme Color", "type": "string" } }, "title": "Metadata", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
26e06cd7aa758ae68e95cc4b0b97c64571411b86
2022-11-01T09:29:58
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": "Merge Mode", "type": "integer" }
CC-BY-4.0
en
LottieFiles/lottie-docs
26e06cd7aa758ae68e95cc4b0b97c64571411b86
2022-11-01T09:29:58
docs/schema/constants/text-grouping.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "", "oneOf": [ { "const": 1, "title": "Characters" }, { "const": 2, "title": "Word" }, { "const": 3, "title": "Line" }, { "const": 4, "title": "All" } ], "title": "Text Grouping", "type": "integer" }
CC-BY-4.0
en