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
837607e8c9b559b972ec0a23ff635fd5a5c59aa9
2021-10-18T11:25:08
docs/schema/shapes/rounded-corners.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "#/shapes/modifier" }, { "properties": { "r": { "$ref": "#/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
5a455049fcd3a4734aeea9d182232e47b17b2916
2021-10-25T18:55:59
docs/schema/text/text-document.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "Note that for multi-line text, lines are separated by \\r", "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": "Font Color" }, "j": { "$ref": "#/$defs/constants/text-justify", "default": 0, "title": "Justify" }, "lh": { "title": "Line Height", "type": "number" }, "s": { "default": 10, "title": "Font Size", "type": "number" }, "sz": { "items": { "type": "number" }, "title": "Wrap Size", "type": "array" }, "t": { "default": "", "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
3d0dc7ddeabd27ff702d3752ef3edc5b69632be6
2021-10-19T06:19:05
docs/schema/text/text-data.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "", "properties": { "k": { "items": { "$ref": "#/$defs/text/text-data-keyframe" }, "title": "Keyframes", "type": "array" } }, "required": [ "k" ], "title": "Text Data", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
26e06cd7aa758ae68e95cc4b0b97c64571411b86
2022-11-01T09:29:58
docs/schema/constants/mask-mode.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "How masks interact with each other. See https://helpx.adobe.com/after-effects/using/alpha-channels-masks-mattes.html", "oneOf": [ { "const": "n", "title": "No" }, { "const": "a", "title": "Add" }, { "const": "s", "title": "Subtract" }, { "const": "i", "title": "Intersect" }, { "const": "l", "title": "Lighten" }, { "const": "d", "title": "Darken" }, { "const": "f", "title": "Difference" } ], "title": "Mask Mode", "type": "string" }
CC-BY-4.0
en
LottieFiles/lottie-docs
bc9a3f40c7bbf65091fcc23505f5e641bd1e6527
2022-07-09T16:10:00
docs/schema/shapes/trim.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "#/$defs/shapes/modifier" }, { "properties": { "e": { "$ref": "#/$defs/animated-properties/value", "description": "Segment end", "title": "End" }, "m": { "$ref": "#/$defs/constants/trim-multiple-shapes", "description": "How to treat multiple copies", "title": "Multiple" }, "o": { "$ref": "#/$defs/animated-properties/value", "title": "Offset" }, "s": { "$ref": "#/$defs/animated-properties/value", "description": "Segment start", "title": "Start" }, "ty": { "const": "tm", "title": "Shape Type", "type": "string" } }, "required": [ "ty", "o", "s", "e" ], "type": "object" } ], "caniuse": "shape-trim-path", "description": "Trims shapes into a segment", "title": "Trim", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
58ded472e45867cf164ea2fcc91bad061cb88224
2022-06-20T14:24:59
docs/schema/effects/tint-effect.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "#/$defs/effects/effect" }, { "properties": { "ef": { "prefixItems": [ { "$ref": "#/$defs/effect-values/color", "description": "Tint of the darker parts of the layer", "title": "Black Color" }, { "$ref": "#/$defs/effect-values/color", "description": "Tint of the lighter parts of the layer", "title": "White Color" }, { "$ref": "#/$defs/effect-values/slider", "description": "Intensity of the effect, 0 means the layer is unchanged. 100 means full effect", "title": "Intensity" } ], "title": "Effect values", "type": "array" }, "ty": { "const": 20, "title": "Type", "type": "integer" } }, "required": [ "ty" ], "type": "object" } ], "caniuse": "effect-tint", "description": "Colorizes the layer", "title": "Tint Effect", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
d4d7b11657e01d91f05f85207c991f040565d18b
2022-05-20T09:36:32
docs/schema/animation/composition.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "Base class for layer holders", "properties": { "layers": { "items": { "oneOf": [ { "$ref": "#/$defs/layers/precomposition-layer" }, { "$ref": "#/$defs/layers/solid-color-layer" }, { "$ref": "#/$defs/layers/image-layer" }, { "$ref": "#/$defs/layers/null-layer" }, { "$ref": "#/$defs/layers/shape-layer" }, { "$ref": "#/$defs/layers/text-layer" }, { "$ref": "#/$defs/layers/audio-layer" }, { "$ref": "#/$defs/layers/camera-layer" }, { "$ref": "#/$defs/layers/data-layer" } ] }, "title": "Layers", "type": "array" } }, "required": [ "layers" ], "title": "Composition", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
bc9a3f40c7bbf65091fcc23505f5e641bd1e6527
2022-07-09T16:10:00
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", "description": "Rounded corners radius", "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" } ], "caniuse": "shape-rectangle", "description": "A simple rectangle shape", "title": "Rectangle", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
8362bdd4ad1eaef21e98f05d78b011c64ef57fbb
2021-10-22T09:59:40
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", "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\n@note Opacity is in [0, 255]", "title": "Drop Shadow Effect", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
26e06cd7aa758ae68e95cc4b0b97c64571411b86
2022-11-01T09:29:58
docs/schema/constants/text-justify.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "Text alignment / justification", "oneOf": [ { "const": 0, "title": "Left" }, { "const": 1, "title": "Right" }, { "const": 2, "title": "Center" }, { "const": 3, "title": "Justify with Last Line Left" }, { "const": 4, "title": "Justify with Last Line Right" }, { "const": 5, "title": "Justify with Last Line Center" }, { "const": 6, "title": "Justify with Last Line Full" } ], "title": "Text Justify", "type": "integer" }
CC-BY-4.0
en
LottieFiles/lottie-docs
9b039d896c6016aaa1932ecd8f260e55f6b0b7ca
2021-10-19T06:04:07
docs/schema/shapes/ellipse.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", "title": "Position" }, "s": { "$ref": "#/$defs/animated-properties/multi-dimensional", "title": "Size" }, "ty": { "const": "el", "title": "Type", "type": "string" } }, "required": [ "ty" ], "type": "object" } ], "description": "Ellipse shape", "title": "Ellipse", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
837607e8c9b559b972ec0a23ff635fd5a5c59aa9
2021-10-18T11:25:08
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": "#/effects/effect" }, { "properties": { "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
d301bfaaea449b0328d9a4ab58b3a1705b1787dc
2021-10-23T12:05:07
docs/schema/shapes/repeater.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "#/$defs/shapes/modifier" }, { "properties": { "c": { "$ref": "#/$defs/animated-properties/value", "title": "Copies" }, "m": { "$ref": "#/$defs/constants/composite", "default": 1, "title": "Composite" }, "o": { "$ref": "#/$defs/animated-properties/value", "title": "Offset" }, "tr": { "$ref": "#/$defs/shapes/repeater-transform", "title": "Transform" }, "ty": { "const": "rp", "title": "Shape Type", "type": "string" } }, "required": [ "ty" ], "type": "object" } ], "description": "Duplicates previous shapes in a group", "title": "Repeater", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
58ded472e45867cf164ea2fcc91bad061cb88224
2022-06-20T14:24:59
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" } ], "caniuse": "shape-rectangle", "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/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": "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
60369b88e3c4533a96311eb3a2261405623d9653
2022-04-10T05:27:44
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": "ShapeDirection", "type": "integer" }
CC-BY-4.0
en
LottieFiles/lottie-docs
a330dc23e69c9a43e108db57890902a6383d9da2
2021-10-27T07:34:28
docs/schema/effects/effect.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "#/$defs/helpers/visual-object" }, { "properties": { "ef": { "items": { "anyOf": [ { "$ref": "#/$defs/effect-values/no-value" }, { "$ref": "#/$defs/effect-values/angle" }, { "$ref": "#/$defs/effect-values/checkbox" }, { "$ref": "#/$defs/effect-values/color" }, { "$ref": "#/$defs/effect-values/drop-down" }, { "$ref": "#/$defs/effect-values/ignored" }, { "$ref": "#/$defs/effect-values/layer" }, { "$ref": "#/$defs/effect-values/point" }, { "$ref": "#/$defs/effect-values/slider" } ] }, "title": "Effect Values", "type": "array" }, "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
f18a6cf3dd1f2b2cc8abb72e414b41fd22880348
2021-10-31T07:27:55
docs/schema/helpers/transform.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "anyOf": [ { "properties": { "p": { "$ref": "#/$defs/animated-properties/position", "description": "Position / Translation", "title": "Position" } } }, { "properties": { "p": { "$ref": "#/$defs/animated-properties/split-vector", "description": "Position / Translation", "title": "Position" } } } ], "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" }, "r": { "$ref": "#/$defs/animated-properties/value", "description": "Rotation in degrees, clockwise", "title": "Rotation" }, "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
876fa6fc4ed0d9f3c938cabdd4c559dbb6f79943
2021-10-29T12:52:59
docs/schema/effects/effect.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "#/$defs/helpers/visual-object" }, { "properties": { "ef": { "items": { "anyOf": [ { "$ref": "#/$defs/effect-values/no-value" }, { "$ref": "#/$defs/effect-values/angle" }, { "$ref": "#/$defs/effect-values/checkbox" }, { "$ref": "#/$defs/effect-values/color" }, { "$ref": "#/$defs/effect-values/drop-down" }, { "$ref": "#/$defs/effect-values/ignored" }, { "$ref": "#/$defs/effect-values/layer" }, { "$ref": "#/$defs/effect-values/point" }, { "$ref": "#/$defs/effect-values/slider" } ] }, "title": "Effect Values", "type": "array" }, "ix": { "title": "Effect Index", "type": "integer" }, "ty": { "title": "Effect type", "type": "integer" } }, "required": [ "ty", "ef" ], "type": "object" } ], "description": "Layer effect", "title": "Effect", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
3d0dc7ddeabd27ff702d3752ef3edc5b69632be6
2021-10-19T06:19:05
docs/schema/animated-properties/keyframe-bezier-handle.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "Bezier handle for keyframe interpolation", "properties": { "x": { "items": { "default": 0, "maximum": 1, "minimum": 0, "type": "number" }, "maxItems": 1, "minItems": 1, "title": "X", "type": "array" }, "y": { "items": { "default": 0, "maximum": 1, "minimum": 0, "type": "number" }, "maxItems": 1, "minItems": 1, "title": "Y", "type": "array" } }, "required": [ "x", "y" ], "title": "Keyframe Bezier Handle", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
9b039d896c6016aaa1932ecd8f260e55f6b0b7ca
2021-10-19T06:04:07
docs/schema/shapes/merge.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "#/$defs/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
aa5b29ee6d5a596aa4b6123a80a49c5f13cbd81c
2021-10-18T13:52:26
docs/schema/assets/image.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "#/assets/asset" }, { "properties": { "e": { "$ref": "#/types/int-boolean", "default": 0, "title": "Is Embedded" }, "h": { "default": 0, "title": "Height", "type": "number" }, "id": { "default": "", "title": "Id", "type": "string" }, "p": { "default": "", "title": "Image", "type": "string" }, "u": { "default": "", "title": "Image Path", "type": "string" }, "w": { "default": 0, "title": "Width", "type": "number" } }, "required": [], "type": "object" } ], "description": "External image", "title": "Image", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
aa5b29ee6d5a596aa4b6123a80a49c5f13cbd81c
2021-10-18T13:52:26
docs/schema/helpers/bezier.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "properties": { "c": { "default": false, "title": "Closed", "type": "boolean" }, "i": { "item": { "default": [], "type": "number" }, "title": "In Tangents", "type": "array" }, "o": { "item": { "default": [], "type": "number" }, "title": "Out Tangents", "type": "array" }, "v": { "item": { "default": [], "type": "number" }, "title": "Vertices", "type": "array" } }, "required": [], "type": "object" } ], "description": "Single bezier curve", "title": "Bezier", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
60369b88e3c4533a96311eb3a2261405623d9653
2022-04-10T05:27:44
docs/schema/constants/star-type.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "Star or Polygon", "oneOf": [ { "const": 1, "title": "Star" }, { "const": 2, "title": "Polygon" } ], "title": "StarType", "type": "integer" }
CC-BY-4.0
en
LottieFiles/lottie-docs
09f7f2bf9faa628c6728b9bc8bb75d0f79fcce13
2021-10-19T15:25:56
docs/schema/assets/image.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "#/$defs/assets/asset" }, { "properties": { "e": { "$ref": "#/$defs/types/int-boolean", "default": 0, "description": "Whether the image is embedded", "title": "Embedded" }, "h": { "default": 0, "description": "Height of the image", "title": "Height", "type": "number" }, "p": { "default": "", "description": "Image filename", "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": [], "type": "object" } ], "description": "External image", "title": "Image", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
ff0b603a6d981fd4bab643071692120ca93c6263
2021-10-24T16:19:15
docs/schema/animation/motion-blur.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "Motion blur settings", "properties": { "asl": { "title": "Adaptive Sample Limit", "type": "number" }, "sa": { "description": "Angle in degrees", "title": "Shutter Angle", "type": "number" }, "sp": { "description": "Angle in degrees", "title": "Shutter Phase", "type": "number" }, "spf": { "title": "Samples per Frame", "type": "number" } }, "title": "Motion Blur", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
9b039d896c6016aaa1932ecd8f260e55f6b0b7ca
2021-10-19T06:04:07
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": "Type", "type": "string" } }, "required": [ "ty" ], "type": "object" } ], "description": "Gradient fill", "title": "Gradient Fill", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
837607e8c9b559b972ec0a23ff635fd5a5c59aa9
2021-10-18T11:25:08
docs/schema/constants/font-path-origin.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "", "oneOf": [ { "const": 0, "title": "Unknown" }, { "const": 1, "title": "Css Url" }, { "const": 2, "title": "Script Url" }, { "const": 3, "title": "Font Url" } ], "title": "FontPathOrigin", "type": "integer" }
CC-BY-4.0
en
LottieFiles/lottie-docs
9b039d896c6016aaa1932ecd8f260e55f6b0b7ca
2021-10-19T06:04:07
docs/schema/shapes/transform.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/helpers/transform" }, { "properties": { "ty": { "const": "tr", "title": "Type", "type": "string" } }, "required": [ "ty" ], "type": "object" } ], "description": "Group transform", "title": "Transform Shape", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
9b039d896c6016aaa1932ecd8f260e55f6b0b7ca
2021-10-19T06:04:07
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": { "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
9b039d896c6016aaa1932ecd8f260e55f6b0b7ca
2021-10-19T06:04:07
docs/schema/layers/image-layer.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "#/$defs/layers/layer" }, { "properties": { "refId": { "default": "", "title": "Image Id", "type": "string" }, "ty": { "const": 2, "title": "Type", "type": "integer" } }, "required": [ "ty" ], "type": "object" } ], "description": "", "title": "Image Layer", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
58ded472e45867cf164ea2fcc91bad061cb88224
2022-06-20T14:24:59
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", "ks" ], "type": "object" } ], "caniuse": "shape-path", "description": "Animatable Bezier curve", "title": "Path", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
4feb7a269d2302c9a68fdb256ee8ac32a253d554
2021-12-01T11:13:15
docs/schema/layers/image-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": { "refId": { "default": "", "description": "ID of the image as specified in the assets", "title": "Image Id", "type": "string" }, "ty": { "const": 2, "description": "Layer type", "title": "Type", "type": "integer" } }, "required": [ "ty", "refId" ], "type": "object" } ], "description": "", "title": "Image Layer", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
ba2c55f30542d1daa9d6c04731e66405a202ddee
2022-05-20T09:41:50
docs/schema/helpers/visual-object.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "properties": { "mn": { "description": "Match name, used in expressions", "title": "Match Name", "type": "string" }, "nm": { "description": "Name, as seen from editors and the like", "title": "Name", "type": "string" } }, "required": [], "type": "object" } ], "description": "", "title": "Visual Object", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
5a455049fcd3a4734aeea9d182232e47b17b2916
2021-10-25T18:55:59
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/layer" }, { "properties": { "h": { "default": 512, "title": "Height", "type": "integer" }, "refId": { "default": "", "description": "ID of the precomp as specified in the assets", "title": "Reference Id", "type": "string" }, "tm": { "$ref": "#/$defs/animated-properties/value", "title": "Time Remapping" }, "ty": { "const": 0, "description": "Layer type", "title": "Type", "type": "integer" }, "w": { "default": 512, "title": "Width", "type": "integer" } }, "required": [ "ty", "refId" ], "type": "object" } ], "description": "", "title": "Precomposition Layer", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
26e06cd7aa758ae68e95cc4b0b97c64571411b86
2022-11-01T09:29:58
docs/schema/text/text-range.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "caniuse": "animators-range-selectors", "description": "Range of text with custom animations and style", "properties": { "a": { "$ref": "#/$defs/text/text-style", "title": "Style" }, "nm": { "title": "Name", "type": "string" }, "s": { "$ref": "#/$defs/text/text-range-selector", "title": "Selector" } }, "title": "Text Selector", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
f30e9c421acc17a0db0ce171b904e9caf31aa136
2021-11-29T09:31:36
docs/schema/text/text-document.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "Note that for multi-line text, lines are separated by \\r", "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": "Font Color" }, "j": { "$ref": "#/$defs/constants/text-justify", "default": 0, "title": "Justify" }, "lh": { "description": "Line height when wrapping", "title": "Line Height", "type": "number" }, "s": { "default": 10, "title": "Font Size", "type": "number" }, "sz": { "description": "Size of the box containing the text", "items": { "type": "number" }, "title": "Wrap Size", "type": "array" }, "t": { "default": "", "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
d4d7b11657e01d91f05f85207c991f040565d18b
2022-05-20T09:36:32
docs/schema/layers/data-layer.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "#/$defs/layers/layer" }, { "properties": { "refId": { "description": "ID of the data source in assets", "title": "Data source Id", "type": "string" }, "ty": { "const": 15, "description": "Layer type", "title": "Type", "type": "integer" } }, "required": [ "ty" ], "type": "object" } ], "title": "Data Layer", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
bc4ede954dea7b58e27a56a4062ff76108f4b504
2024-03-27T12:24:25
docs/schema/constants/trim-multiple-shapes.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "How to handle multiple shapes in trim path", "oneOf": [ { "const": 1, "title": "Simultaneously" }, { "const": 2, "title": "Individually" } ], "title": "Trim Multiple Shapes", "type": "integer" }
CC-BY-4.0
en
LottieFiles/lottie-docs
9b039d896c6016aaa1932ecd8f260e55f6b0b7ca
2021-10-19T06:04:07
docs/schema/animation/animation.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "#/$defs/helpers/visual-object" }, { "$ref": "#/$defs/animation/composition" }, { "properties": { "assets": { "items": { "$ref": "#/$defs/assets/asset" }, "title": "Assets", "type": "array" }, "chars": { "items": { "$ref": "#/$defs/assets/chars" }, "title": "Chars", "type": "array" }, "ddd": { "$ref": "#/$defs/types/int-boolean", "default": 0, "title": "Threedimensional" }, "fonts": { "$ref": "#/$defs/text/font-list", "title": "Fonts" }, "fr": { "default": 60, "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
a330dc23e69c9a43e108db57890902a6383d9da2
2021-10-27T07:34:28
docs/schema/effect-values/no-value.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "", "title": "Effect No Value", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
19d613aca1c3013027eb1c98b57a54541e9a1360
2022-10-31T13:56:50
docs/schema/constants/text-range-units.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "Unit type for a text selector", "oneOf": [ { "const": 1, "title": "Percent" }, { "const": 2, "title": "Index" } ], "title": "Text Range Units", "type": "integer" }
CC-BY-4.0
en
LottieFiles/lottie-docs
4101dfb699f72d6853764161a7019cc207f7e010
2021-10-18T21:20:46
docs/schema/assets/asset.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "properties": { "id": { "default": "", "description": "Identifier used by layers when referencing this asset", "title": "Identifier", "type": "string" } }, "required": [ "id" ], "type": "object" } ], "description": "", "title": "Asset", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
58ded472e45867cf164ea2fcc91bad061cb88224
2022-06-20T14:24:59
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" } ], "caniuse": "effect-gaussian-blur", "description": "Gaussian blur", "title": "Gaussian Blur Effect", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
7ab43250f875ab2a1ef764f843e2133a04c83233
2022-06-14T18:39:05
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", "properties": { "ch": { "default": "", "title": "Character", "type": "string" }, "data": { "oneOf": [ { "$ref": "#/$defs/text/character-shapes" }, { "$ref": "#/$defs/text/character-precomp" } ], "title": "Data" }, "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
d301bfaaea449b0328d9a4ab58b3a1705b1787dc
2021-10-23T12:05:07
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": "Shape 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
d72684c8bb79cf7770501192abcead358141d812
2021-10-19T22:45:29
docs/schema/helpers/transform.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "anyOf": [ { "properties": { "p": { "$ref": "#/$defs/animated-properties/multi-dimensional", "description": "Position / Translation", "title": "Position" } } }, { "properties": { "px": { "$ref": "#/$defs/animated-properties/value", "title": "Split position X component" }, "py": { "$ref": "#/$defs/animated-properties/value", "title": "Split position Y component" } } } ], "description": "Layer transform", "properties": { "a": { "$ref": "#/$defs/animated-properties/multi-dimensional", "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" }, "r": { "$ref": "#/$defs/animated-properties/value", "description": "Rotation in degrees, clockwise", "title": "Rotation" }, "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
58ded472e45867cf164ea2fcc91bad061cb88224
2022-06-20T14:24:59
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": "#/$defs/animated-properties/position", "caniuse": "transform-anchor-point", "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", "caniuse": "transform-opacity", "title": "Opacity" }, "s": { "$ref": "#/$defs/animated-properties/multi-dimensional", "caniuse": "transform-scale", "description": "Scale factor, `[100, 100]` for no scaling", "title": "Scale" }, "sa": { "$ref": "#/$defs/animated-properties/value", "caniuse": "transform-skew", "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", "caniuse": "transform-skew", "description": "Skew amount as an angle in degrees", "title": "Skew" } } }, { "anyOf": [ { "oneOf": [ { "properties": { "p": { "$ref": "#/$defs/animated-properties/position", "caniuse": "transform-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", "caniuse": "transform-rotation", "description": "Rotation in degrees, clockwise", "title": "Rotation" } } }, { "properties": { "or": { "$ref": "#/$defs/animated-properties/multi-dimensional", "title": "Orientation" }, "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", "title": "Transform", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
5a455049fcd3a4734aeea9d182232e47b17b2916
2021-10-25T18:55:59
docs/schema/constants/text-justify.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "", "oneOf": [ { "const": 0, "title": "Left" }, { "const": 1, "title": "Right" }, { "const": 2, "title": "Center" }, { "const": 3, "title": "Justify with Last Line Left" }, { "const": 4, "title": "Justify with Last Line Right" }, { "const": 5, "title": "Justify with Last Line Center" }, { "const": 6, "title": "Justify with Last Line Full" } ], "title": "TextJustify", "type": "integer" }
CC-BY-4.0
en
LottieFiles/lottie-docs
837607e8c9b559b972ec0a23ff635fd5a5c59aa9
2021-10-18T11:25:08
docs/schema/text/font-list.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "properties": { "list": { "item": { "$ref": "#/text/font" }, "title": "List", "type": "array" } }, "required": [], "type": "object" } ], "description": "", "title": "Font List", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
43d415b52b886d48c1f575167f4988606de0ae2d
2022-04-07T13:09:26
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" }, "fClass": { "description": "CSS Class applied to text objects using this font", "title": "CSS Class", "type": "string" }, "fFamily": { "default": "sans", "title": "Font Family", "type": "string" }, "fName": { "default": "sans-Regular", "description": "Name used by text documents to reference this font, usually it's `fFamily` followed by `fStyle`", "title": "Name", "type": "string" }, "fPath": { "title": "Path", "type": "string" }, "fStyle": { "default": "Regular", "examples": [ "Regular", "Bold", "Bold Italic" ], "title": "Font Style", "type": "string" }, "fWeight": { "title": "Weight", "type": "string" }, "origin": { "$ref": "#/$defs/constants/font-path-origin", "title": "Origin" } }, "required": [ "fFamily", "origin", "fName", "fStyle" ], "type": "object" } ], "description": "", "title": "Font", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
09f7f2bf9faa628c6728b9bc8bb75d0f79fcce13
2021-10-19T15:25:56
docs/schema/layers/text-layer.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "#/$defs/layers/layer" }, { "properties": { "t": { "$ref": "#/$defs/text/text-animator-data", "title": "Data" }, "ty": { "const": 5, "title": "Layer type", "type": "integer" } }, "required": [ "ty" ], "type": "object" } ], "description": "", "title": "Text Layer", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
d4d7b11657e01d91f05f85207c991f040565d18b
2022-05-20T09:36:32
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/file-asset" }, { "properties": { "h": { "default": 0, "description": "Height of the image", "title": "Height", "type": "number" }, "t": { "const": "seq", "description": "Marks as part of an image sequence if present", "title": "Type", "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/shapes/modifier.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "#/$defs/shapes/shape-element" }, { "properties": { "ty": { "const": null, "title": "Type", "type": "string" } }, "required": [ "ty" ], "type": "object" } ], "description": "", "title": "Modifier", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
837607e8c9b559b972ec0a23ff635fd5a5c59aa9
2021-10-18T11:25:08
docs/schema/constants/star-type.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "", "oneOf": [ { "const": 1, "title": "Star" }, { "const": 2, "title": "Polygon" } ], "title": "StarType", "type": "integer" }
CC-BY-4.0
en
LottieFiles/lottie-docs
60369b88e3c4533a96311eb3a2261405623d9653
2022-04-10T05:27:44
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": "An item used to described the dashe pattern in a stroked path", "title": "Stroke Dash", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
9b039d896c6016aaa1932ecd8f260e55f6b0b7ca
2021-10-19T06:04:07
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": { "default": 0, "title": "Direction", "type": "number" }, "ty": { "const": null, "title": "Type", "type": "string" } }, "required": [ "ty" ], "type": "object" } ], "description": "Drawable shape", "title": "Shape", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
58ded472e45867cf164ea2fcc91bad061cb88224
2022-06-20T14:24:59
docs/schema/effects/stroke-effect.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "#/$defs/effects/effect" }, { "properties": { "ef": { "prefixItems": [ { "$ref": "#/$defs/effect-values/color", "title": "00" }, { "$ref": "#/$defs/effect-values/checkbox", "title": "01" }, { "$ref": "#/$defs/effect-values/checkbox", "title": "02" }, { "$ref": "#/$defs/effect-values/color", "title": "color" }, { "$ref": "#/$defs/effect-values/slider", "title": "04" }, { "$ref": "#/$defs/effect-values/slider", "title": "05" }, { "$ref": "#/$defs/effect-values/slider", "title": "06" }, { "$ref": "#/$defs/effect-values/slider", "title": "07" }, { "$ref": "#/$defs/effect-values/slider", "title": "08" }, { "$ref": "#/$defs/effect-values/drop-down", "title": "09" }, { "$ref": "#/$defs/effect-values/drop-down", "title": "type" } ], "title": "Effect values", "type": "array" }, "ty": { "const": 22, "title": "Type", "type": "integer" } }, "required": [ "ty" ], "type": "object" } ], "caniuse": "effect-stroke", "description": "", "title": "Stroke Effect", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
1b7d299b1851c8623e24b9a819055fae026972c1
2021-11-23T09:43:38
docs/schema/animated-properties/position.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "properties": { "a": { "$ref": "#/$defs/helpers/int-boolean", "default": 0, "description": "Whether the property is animated", "title": "Animated" }, "ix": { "title": "Property Index", "type": "integer" }, "x": { "title": "Expression", "type": "string" } } }, { "else": { "properties": { "k": { "items": { "type": "number" }, "title": "Static Value", "type": "array" } } }, "if": { "properties": { "a": { "const": 1 } } }, "then": { "properties": { "k": { "description": "Array of keyframes", "items": { "$ref": "#/$defs/animated-properties/position-keyframe" }, "title": "Animated Value", "type": "array" } } } } ], "description": "An animatable property to represent a position in space", "required": [ "k" ], "title": "Position Property", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
d301bfaaea449b0328d9a4ab58b3a1705b1787dc
2021-10-23T12:05:07
docs/schema/assets/image.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "#/$defs/assets/asset" }, { "properties": { "e": { "$ref": "#/$defs/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", "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": [], "type": "object" } ], "description": "External image", "title": "Image", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
d301bfaaea449b0328d9a4ab58b3a1705b1787dc
2021-10-23T12:05:07
docs/schema/text/text-document.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "Note that for multi-line text, lines are separated by \\r", "properties": { "f": { "default": "", "title": "Font Family", "type": "string" }, "fc": { "$ref": "#/$defs/helpers/color", "default": [ 0, 0, 0 ], "title": "Font Color" }, "j": { "$ref": "#/$defs/constants/text-justify", "default": 0, "title": "Justify" }, "lh": { "title": "Line Height", "type": "number" }, "s": { "default": 10, "title": "Font Size", "type": "number" }, "sz": { "items": { "type": "number" }, "title": "Wrap Size", "type": "array" }, "t": { "default": "", "title": "Text", "type": "string" } }, "required": [], "title": "Text Document", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
9b039d896c6016aaa1932ecd8f260e55f6b0b7ca
2021-10-19T06:04:07
docs/schema/animated-properties/keyframe-bezier-handle.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "properties": { "x": { "items": { "default": 0, "maximum": 0, "minimum": 0, "type": "number" }, "maxItems": 1, "minItems": 1, "title": "X", "type": "array" }, "y": { "items": { "default": 0, "maximum": 0, "minimum": 0, "type": "number" }, "maxItems": 1, "minItems": 1, "title": "Y", "type": "array" } }, "required": [ "x", "y" ], "type": "object" } ], "description": "Bezier handle for keyframe interpolation", "title": "Keyframe Bezier Handle", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
718213e5e7f2fb9f87829f70a6593b4d739e43eb
2021-10-26T07:06:57
docs/schema/animated-properties/position.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "else": { "properties": { "k": { "items": { "type": "number" }, "title": "Static Value", "type": "array" } } }, "if": { "properties": { "a": { "const": 1 } } }, "then": { "properties": { "k": { "description": "Array of keyframes", "items": { "$ref": "#/$defs/animated-properties/position-keyframe" }, "title": "Animated Value", "type": "array" } } } } ], "description": "An animatable property to represent a position in space", "properties": { "a": { "$ref": "#/$defs/helpers/int-boolean", "default": 0, "description": "Whether the property is animated", "title": "Animated" }, "ix": { "title": "Property Index", "type": "integer" }, "x": { "title": "Expression", "type": "string" } }, "required": [ "k" ], "title": "Position Property", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
c29ab65bdbb8dcbb1cb6ebc2da0274f9b5c930eb
2023-05-02T19:45:20
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": { ".*": { "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" } ] } }, "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
aa5b29ee6d5a596aa4b6123a80a49c5f13cbd81c
2021-10-18T13:52:26
docs/schema/effects/tint-effect.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "#/effects/effect" }, { "properties": { "ty": { "const": 20, "title": "Type", "type": "integer" } }, "required": [ "ty" ], "type": "object" } ], "description": "Colorizes the layer. Note: Opacity is in [0, 100]", "title": "Tint Effect", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
1b99ae41c2af3820681dd01de475a5ec47b158a9
2021-10-20T18:11:18
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" }, "hd": { "description": "Whether the shape is hidden", "title": "Hidden", "type": "boolean" }, "ty": { "oneOf": [ { "const": "rc", "title": "Rectangle" }, { "const": "el", "title": "Ellipse" }, { "const": "sr", "title": "Polygon / Star" }, { "const": "sh", "title": "Path" }, { "const": "fl", "title": "Fill" }, { "const": "st", "title": "Stroke" }, { "const": "gf", "title": "Gradient fill" }, { "const": "gs", "title": "Gradient stroke" }, { "const": "gr", "title": "Group" }, { "const": "tr", "title": "Transform" }, { "const": "rd", "title": "Rounded corners" }, { "const": "pb", "title": "Pucker / bloat" }, { "const": "mm", "title": "Merge" }, { "const": "tw", "title": "Twist" }, { "const": "op", "title": "Offset path" } ], "title": "Type", "type": "string" } }, "required": [ "ty" ], "type": "object" } ], "description": "Base class for all elements of ShapeLayer and Group", "title": "Shape Element", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
bda2d7e6f1e8e8412d62c26c3304953004f32efc
2021-10-29T21:42:39
docs/schema/constants/stroke-dash-type.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "", "oneOf": [ { "const": "d", "title": "Dash" }, { "const": "g", "title": "Gap" }, { "const": "o", "title": "Offset" } ], "title": "StrokeDashType", "type": "string" }
CC-BY-4.0
en
LottieFiles/lottie-docs
837607e8c9b559b972ec0a23ff635fd5a5c59aa9
2021-10-18T11:25:08
docs/schema/layers/image-layer.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "#/layers/layer" }, { "properties": { "refId": { "default": "", "title": "Image Id", "type": "string" }, "ty": { "const": 2, "title": "Type", "type": "integer" } }, "required": [ "ty" ], "type": "object" } ], "description": "", "title": "Image Layer", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
58ded472e45867cf164ea2fcc91bad061cb88224
2022-06-20T14:24:59
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/effect-values/point", "title": "00" }, { "$ref": "#/$defs/effect-values/drop-down", "title": "01" }, { "$ref": "#/$defs/effect-values/color", "title": "color" }, { "$ref": "#/$defs/effect-values/drop-down", "title": "03" }, { "$ref": "#/$defs/effect-values/slider", "title": "04" }, { "$ref": "#/$defs/effect-values/slider", "title": "05" }, { "$ref": "#/$defs/effect-values/slider", "description": "Opacity in [0, 1]", "title": "opacity" } ], "title": "Effect values", "type": "array" }, "ty": { "const": 21, "title": "Type", "type": "integer" } }, "required": [ "ty" ], "type": "object" } ], "caniuse": "effect-fill", "description": "Replaces the whole layer with the given color", "title": "Fill Effect", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
9b039d896c6016aaa1932ecd8f260e55f6b0b7ca
2021-10-19T06:04:07
docs/schema/helpers/bezier.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "properties": { "c": { "default": false, "title": "Closed", "type": "boolean" }, "i": { "items": { "default": [], "type": "number" }, "title": "In Tangents", "type": "array" }, "o": { "items": { "default": [], "type": "number" }, "title": "Out Tangents", "type": "array" }, "v": { "items": { "default": [], "type": "number" }, "title": "Vertices", "type": "array" } }, "required": [], "type": "object" } ], "description": "Single bezier curve", "title": "Bezier", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
1f6624d3c8f820564062391b309857d6472da2b1
2021-10-19T10:41:56
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": { "default": 0, "title": "Direction", "type": "number" } }, "type": "object" } ], "description": "Drawable shape", "title": "Shape", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
4101dfb699f72d6853764161a7019cc207f7e010
2021-10-18T21:20:46
docs/schema/assets/precomposition.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "#/assets/asset" }, { "$ref": "#/animation/composition" } ], "description": "", "title": "Precomposition", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
837607e8c9b559b972ec0a23ff635fd5a5c59aa9
2021-10-18T11:25:08
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": "#/layers/layer" }, { "properties": { "sc": { "default": "", "title": "Color", "type": "string" }, "sh": { "default": 512, "title": "Height", "type": "number" }, "sw": { "default": 512, "title": "Width", "type": "number" }, "ty": { "const": 1, "title": "Type", "type": "integer" } }, "required": [ "ty" ], "type": "object" } ], "description": "Layer with a solid color rectangle", "title": "Solid Color Layer", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
c9ed5541591621bef9d57b389d2cc941e8a7dd22
2022-09-19T14:47:57
docs/schema/constants/blend-mode.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "caniuse": "blend-mode", "description": "Layer and shape blend mode", "oneOf": [ { "const": 0, "title": "Normal" }, { "const": 1, "title": "Multiply" }, { "const": 2, "title": "Screen" }, { "const": 3, "title": "Overlay" }, { "const": 4, "title": "Darken" }, { "const": 5, "title": "Lighten" }, { "const": 6, "title": "Color Dodge" }, { "const": 7, "title": "Color Burn" }, { "const": 8, "title": "Hard Light" }, { "const": 9, "title": "Soft Light" }, { "const": 10, "title": "Difference" }, { "const": 11, "title": "Exclusion" }, { "const": 12, "title": "Hue" }, { "const": 13, "title": "Saturation" }, { "const": 14, "title": "Color" }, { "const": 15, "title": "Luminosity" }, { "const": 16, "title": "Add" }, { "const": 17, "title": "Hard Mix" } ], "title": "BlendMode", "type": "integer" }
CC-BY-4.0
en
LottieFiles/lottie-docs
4feb7a269d2302c9a68fdb256ee8ac32a253d554
2021-12-01T11:13:15
docs/schema/layers/audio-settings.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "properties": { "lv": { "$ref": "#/$defs/animated-properties/multi-dimensional", "title": "Level" } }, "required": [ "lv" ], "type": "object" } ], "description": "", "title": "Audio Settings", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
87cae15561e22306bc60250728d4001ab62fde56
2022-08-03T14:42:16
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": "direction" }, { "$ref": "#/$defs/effect-values/checkbox", "title": "wrap" } ], "title": "Effect values", "type": "array" }, "ty": { "const": 29, "title": "Type", "type": "integer" } }, "required": [ "ty" ], "type": "object" } ], "caniuse": "effect-gaussian-blur", "description": "Gaussian blur", "title": "Gaussian Blur Effect", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
d301bfaaea449b0328d9a4ab58b3a1705b1787dc
2021-10-23T12:05:07
docs/schema/shapes/transform.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/helpers/transform" }, { "properties": { "ty": { "const": "tr", "title": "Shape Type", "type": "string" } }, "required": [ "ty" ], "type": "object" } ], "description": "Group transform", "title": "Transform Shape", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
d301bfaaea449b0328d9a4ab58b3a1705b1787dc
2021-10-23T12:05:07
docs/schema/animated-properties/animated-property.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "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", "properties": { "a": { "$ref": "#/$defs/helpers/int-boolean", "default": 0, "title": "Animated" }, "ix": { "title": "Property Index", "type": "integer" } }, "title": "Multi Dimensional", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
837607e8c9b559b972ec0a23ff635fd5a5c59aa9
2021-10-18T11:25:08
docs/schema/animation/metadata.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "properties": { "a": { "title": "Author", "type": "string" }, "c": { "title": "Theme Color", "type": "string" }, "d": { "title": "Description", "type": "string" }, "k": { "item": { "type": "string" }, "title": "Keywords", "type": "array" } }, "required": [], "type": "object" } ], "description": "Document metadata", "title": "Metadata", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
4feb7a269d2302c9a68fdb256ee8ac32a253d554
2021-12-01T11:13:15
docs/schema/layers/null-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": { "ty": { "const": 3, "description": "Layer type", "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
58ded472e45867cf164ea2fcc91bad061cb88224
2022-06-20T14:24: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" } ], "caniuse": "effect-cc-sphere", "description": "", "title": "Spherize Effect", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
58ded472e45867cf164ea2fcc91bad061cb88224
2022-06-20T14:24:59
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": { "description": "Height of the clipping rect", "title": "Height", "type": "integer" }, "refId": { "description": "ID of the precomp as specified in the assets", "title": "Reference Id", "type": "string" }, "tm": { "$ref": "#/$defs/animated-properties/value", "caniuse": "property-timeremap", "title": "Time Remapping" }, "ty": { "const": 0, "description": "Layer type", "title": "Type", "type": "integer" }, "w": { "description": "Width of the clipping rect", "title": "Width", "type": "integer" } }, "required": [ "ty", "refId", "w", "h" ], "type": "object" } ], "caniuse": "layer-precomp", "description": "Layer that renders a Precomposition asset", "title": "Precomposition Layer", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
837607e8c9b559b972ec0a23ff635fd5a5c59aa9
2021-10-18T11:25:08
docs/schema/shapes/twist.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "#/shapes/shape-element" }, { "properties": { "a": { "$ref": "#/properties/value", "title": "Angle" }, "c": { "$ref": "#/properties/multi-dimensional", "title": "Center" }, "ty": { "const": "tw", "title": "Type", "type": "string" } }, "required": [ "ty" ], "type": "object" } ], "description": "", "title": "Twist", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
58ded472e45867cf164ea2fcc91bad061cb88224
2022-06-20T14:24:59
docs/schema/layers/image-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": { "refId": { "default": "", "description": "ID of the image as specified in the assets", "title": "Image Id", "type": "string" }, "ty": { "const": 2, "description": "Layer type", "title": "Type", "type": "integer" } }, "required": [ "ty", "refId" ], "type": "object" } ], "caniuse": "layer-image", "description": "Layer that shows an image asset", "title": "Image Layer", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
e2b943a5616f58619c97693d11cc4bca64bf7e36
2021-10-19T08:08:32
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": "Simultaneously" }, { "const": 2, "title": "Individually" } ], "title": "TrimMultipleShapes", "type": "integer" }
CC-BY-4.0
en
LottieFiles/lottie-docs
32a1566b8dd56543dec2f69cb82922edd9d2aa91
2022-10-13T15:09:39
docs/schema/effects/effect.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "#/$defs/helpers/visual-object" }, { "properties": { "ef": { "items": { "oneOf": [ { "$ref": "#/$defs/effect-values/no-value" }, { "$ref": "#/$defs/effect-values/angle" }, { "$ref": "#/$defs/effect-values/checkbox" }, { "$ref": "#/$defs/effect-values/color" }, { "$ref": "#/$defs/effect-values/drop-down" }, { "$ref": "#/$defs/effect-values/ignored" }, { "$ref": "#/$defs/effect-values/layer" }, { "$ref": "#/$defs/effect-values/point" }, { "$ref": "#/$defs/effect-values/slider" } ] }, "title": "Effect Values", "type": "array" }, "en": { "$ref": "#/$defs/helpers/int-boolean", "default": 1, "title": "Enabled" }, "ix": { "title": "Effect Index", "type": "integer" }, "np": { "description": "Number of values in `ef`", "title": "Property Count", "type": "integer" }, "ty": { "description": "Effect type", "title": "Type", "type": "integer" } }, "required": [ "ty", "ef" ], "type": "object" } ], "caniuse": "effects", "description": "Layer effect", "title": "Effect", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
26e06cd7aa758ae68e95cc4b0b97c64571411b86
2022-11-01T09:29:58
docs/schema/constants/line-join.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "Style at a sharp corner of a stoked line", "oneOf": [ { "const": 1, "title": "Miter" }, { "const": 2, "title": "Round" }, { "const": 3, "title": "Bevel" } ], "title": "Line Join", "type": "integer" }
CC-BY-4.0
en
LottieFiles/lottie-docs
14836b59575d38fe92928f008000d27d89e36b67
2021-10-24T09:39:09
docs/schema/animation/animation.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "#/$defs/helpers/visual-object" }, { "$ref": "#/$defs/animation/composition" }, { "properties": { "assets": { "items": { "oneOf": [ { "$ref": "#/$defs/assets/image" }, { "$ref": "#/$defs/assets/precomposition" } ] }, "title": "Assets", "type": "array" }, "chars": { "description": "Data defining text characters as lottie shapes", "items": { "$ref": "#/$defs/text/character-data" }, "title": "Chars", "type": "array" }, "ddd": { "$ref": "#/$defs/helpers/int-boolean", "default": 0, "title": "Threedimensional" }, "fonts": { "$ref": "#/$defs/text/font-list", "title": "Fonts" }, "fr": { "default": 60, "description": "Framerate in frames per second", "title": "Framerate", "type": "number" }, "h": { "default": 512, "description": "Height of the animation", "title": "Height", "type": "integer" }, "ip": { "default": 0, "description": "\"In Point\", which frame the animation starts at (usually 0)", "title": "In Point", "type": "number" }, "meta": { "$ref": "#/$defs/animation/metadata", "description": "Document metadata", "title": "Metadata" }, "op": { "default": 60, "description": "\"Out Point\", which frame the animation stops/loops at, which makes this the duration in frames when `ip` is 0", "title": "Out Point", "type": "number" }, "v": { "default": "5.5.2", "title": "Version", "type": "string" }, "w": { "default": 512, "description": "Width of the animation", "title": "Width", "type": "integer" } }, "required": [ "w", "h", "fr", "layers", "op", "ip" ], "type": "object" } ], "description": "Top level object, describing the animation", "title": "Animation", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
6180feff61a75c66ce3c4f1b0ec382cc40653076
2021-10-20T14:27:05
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/layer" }, { "properties": { "h": { "default": 512, "title": "Height", "type": "integer" }, "refId": { "default": "", "description": "ID of the precomp as specified in the assets", "title": "Reference Id", "type": "string" }, "tm": { "$ref": "#/$defs/animated-properties/value", "title": "Time Remapping" }, "ty": { "const": 0, "description": "Layer type", "title": "Type", "type": "integer" }, "w": { "default": 512, "title": "Width", "type": "integer" } }, "required": [ "ty" ], "type": "object" } ], "description": "", "title": "Precomposition Layer", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
837607e8c9b559b972ec0a23ff635fd5a5c59aa9
2021-10-18T11:25:08
docs/schema/assets/asset.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "properties": {}, "required": [], "type": "object" } ], "description": "", "title": "Asset", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
f19b4efdcb950f198d608b9582475c6d6497bb85
2021-10-25T16:57:02
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" } }, "title": "Chars", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
329896d3894088df23e54de84f4f83fd4436477d
2021-12-08T05:35:52
docs/schema/animated-properties/animated-property.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "#/$defs/animated-properties/animated" }, { "properties": { "ix": { "title": "Property Index", "type": "integer" }, "x": { "title": "Expression", "type": "string" } } }, { "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
329896d3894088df23e54de84f4f83fd4436477d
2021-12-08T05:35:52
docs/schema/animated-properties/shape-property.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "#/$defs/animated-properties/animated" }, { "properties": { "ix": { "title": "Property Index", "type": "integer" }, "x": { "title": "Expression", "type": "string" } } }, { "else": { "properties": { "k": { "$ref": "#/$defs/helpers/bezier", "title": "Static Value" } } }, "if": { "properties": { "a": { "const": 1 } } }, "then": { "properties": { "k": { "description": "Array of keyframes", "items": { "$ref": "#/$defs/animated-properties/shape-keyframe" }, "title": "Animated Value", "type": "array" } } } } ], "description": "An animatable property that holds a Bezier", "required": [ "k" ], "title": "Shape Property", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
9b039d896c6016aaa1932ecd8f260e55f6b0b7ca
2021-10-19T06:04:07
docs/schema/constants/gradient-type.json
43
2024-05-27T04:43:41.687416Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "", "oneOf": [ { "const": 1, "title": "Linear", "type": "integer" }, { "const": 2, "title": "Radial", "type": "integer" } ], "title": "GradientType", "type": "integer" }
CC-BY-4.0
en
LottieFiles/lottie-docs
d301bfaaea449b0328d9a4ab58b3a1705b1787dc
2021-10-23T12:05:07
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" ], "type": "object" } ], "description": "Gradient fill", "title": "Gradient Fill", "type": "object" }
CC-BY-4.0
en
LottieFiles/lottie-docs
aa4dee2963a7da643609fe1d8604a202aaa29b83
2022-07-09T13:31: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" }, "cl": { "description": "CSS class used by the SVG renderer", "title": "CSS Class", "type": "string" }, "hd": { "description": "Whether the shape is hidden", "title": "Hidden", "type": "boolean" }, "ix": { "description": "Index used in expressions", "title": "Property index", "type": "integer" }, "ln": { "description": "`id` attribute used by the SVG renderer", "title": "Layer XML ID", "type": "string" }, "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": "no", "title": "No Style" }, { "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
9b039d896c6016aaa1932ecd8f260e55f6b0b7ca
2021-10-19T06:04: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/types/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
26e06cd7aa758ae68e95cc4b0b97c64571411b86
2022-11-01T09:29:58
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": "Fill Rule", "type": "integer" }
CC-BY-4.0
en
LottieFiles/lottie-docs
1b99ae41c2af3820681dd01de475a5ec47b158a9
2021-10-20T18:11:18
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/types/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/types/int-boolean", "default": 0, "title": "Threedimensional" }, "ef": { "items": { "$ref": "#/$defs/effects/effect" }, "title": "Effects", "type": "array" }, "hasMask": { "title": "Has Masks", "type": "boolean" }, "hd": { "title": "Hidden", "type": "boolean" }, "ind": { "title": "Index", "type": "integer" }, "ip": { "title": "In Point", "type": "number" }, "ks": { "$ref": "#/$defs/helpers/transform", "title": "Transform" }, "ln": { "description": "`id` attribute used by the SVG renderer", "title": "Layer XML ID", "type": "string" }, "masksProperties": { "items": { "$ref": "#/$defs/helpers/mask" }, "title": "Masks", "type": "array" }, "op": { "title": "Out Point", "type": "number" }, "parent": { "title": "Parent Index", "type": "integer" }, "sr": { "default": 1, "title": "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
837607e8c9b559b972ec0a23ff635fd5a5c59aa9
2021-10-18T11:25:08
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": "Simultaneously" }, { "const": 2, "title": "Individually" } ], "title": "TrimMultipleShapes", "type": "integer" }
CC-BY-4.0
en