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", ...
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", "t...
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" }, ...
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": { ...
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...
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-c...
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" }, ...
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" }, ...
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, "...
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/a...
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": "...
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/co...
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" }, ...
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": { ...
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 clockw...
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" }, ...
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": { "...
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" }, ...
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, "t...
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", ...
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, ...
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" }, ...
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": "Em...
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" }, ...
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" ...
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" ...
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" ...
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" ], "ty...
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, "titl...
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", ...
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", "ty...
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 ...
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": "", "de...
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":...
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", "t...
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"...
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" }, ...
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" } }, "require...
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" }, ...
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" }, ...
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/consta...
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": { ...
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 transfo...
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 Lin...
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" } ], "...
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",...
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": "Lay...
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" }, ...
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" ], ...
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": { ...
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, ...
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" }, ...
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": { ...
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": "...
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": [...
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, ...
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": { ...
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": [ { ...
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": "...
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": "Whethe...
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": "T...
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" }, ...
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" }, ...
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" } ], "desc...
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": "Hei...
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" }, ...
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" } ], "descript...
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" }, ...
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" ...
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": { ...
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"...
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" } }, "r...
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" }, ...
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": { ...
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", ...
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", "ty...
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" }, ...
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 ...
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": [ { "$...
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": "", "de...
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":...
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", ...
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", ...
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" ...
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 cl...
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": { "...
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" }, { "cons...
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": { ...
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