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 | 8362bdd4ad1eaef21e98f05d78b011c64ef57fbb | 2021-10-22T09:59:40 | 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/effects/effect-value-slider",
"title": "sigma"
},
... | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 26e06cd7aa758ae68e95cc4b0b97c64571411b86 | 2022-11-01T09:29:58 | docs/schema/constants/stroke-dash-type.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Type of a dash item in a stroked line",
"oneOf": [
{
"const": "d",
"title": "Dash"
},
{
"const": "g",
"title": "Gap"
},
{
"const": "o",
"title": "Offset"
}
],
"title": "Stro... | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 31cca507967b77cd61a55b0544536384c8cbd01f | 2021-11-24T09:39:53 | 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",
"description": "Anchor point: a position (relative to its parent) around which transformations are applied (ie: center for rotation /... | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 64d316388175db86204fec32bb055adc06e51439 | 2022-10-17T16:55:40 | docs/schema/helpers/mask.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/helpers/visual-object"
},
{
"properties": {
"inv": {
"caniuse": "mask-inverted",
"default": false,
"title": "Inverted",
"type": "boolean"
},
... | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 58ded472e45867cf164ea2fcc91bad061cb88224 | 2022-06-20T14:24:59 | 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/effect-values/color",
"title": "color"
},
... | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 58ded472e45867cf164ea2fcc91bad061cb88224 | 2022-06-20T14:24:59 | 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/position",
"title": "Position"
},
"s": {
"$ref": "#/$defs/animated-p... | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 60369b88e3c4533a96311eb3a2261405623d9653 | 2022-04-10T05:27:44 | 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": {
"description": "Time component:\n0 means start time of the keyframe,\n1 means time of the next keyframe.",
"oneOf": [
{
"items": {
... | CC-BY-4.0 | en |
LottieFiles/lottie-docs | d301bfaaea449b0328d9a4ab58b3a1705b1787dc | 2021-10-23T12:05: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 | 11d5eafbfc6a08dd41b5f5b465323ab75eca4f81 | 2022-02-17T13:50:48 | docs/schema/animated-properties/shape-property.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"properties": {
"a": {
"$ref": "#/$defs/helpers/int-boolean",
"default": 0,
"description": "Whether the property is animated",
"title": "Animated"
},
"ix": {
... | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 67513d4c25313e68bd4844793786e196ad235825 | 2021-10-24T15:38:44 | docs/schema/layers/layer.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/helpers/visual-object"
},
{
"properties": {
"ao": {
"$ref": "#/$defs/helpers/int-boolean",
"default": 0,
"title": "Auto Orient"
},
"bm": {
... | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 837607e8c9b559b972ec0a23ff635fd5a5c59aa9 | 2021-10-18T11:25:08 | docs/schema/shapes/pucker-bloat.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": "Amount"
},
"ty": {
"const": "pb",
"title": "Type",
... | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 837607e8c9b559b972ec0a23ff635fd5a5c59aa9 | 2021-10-18T11:25:08 | docs/schema/shapes/repeater-transform.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/helpers/transform"
},
{
"properties": {
"eo": {
"$ref": "#/properties/value",
"title": "End Opacity"
},
"so": {
"$ref": "#/properties/value",
"... | CC-BY-4.0 | en |
LottieFiles/lottie-docs | e23b50cc9d5b549f7e19bdead2b224043599567b | 2022-04-14T08:38:29 | docs/schema/text/font.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"properties": {
"ascent": {
"description": "Text will be moved down based on this value",
"title": "Ascent",
"type": "number"
},
"fClass": {
"description": "CSS Class a... | CC-BY-4.0 | en |
LottieFiles/lottie-docs | d4d7b11657e01d91f05f85207c991f040565d18b | 2022-05-20T09:36:32 | docs/schema/assets/sound.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/assets/file-asset"
}
],
"description": "External sound",
"title": "Sound",
"type": "object"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | d301bfaaea449b0328d9a4ab58b3a1705b1787dc | 2021-10-23T12:05:07 | 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 | 58ded472e45867cf164ea2fcc91bad061cb88224 | 2022-06-20T14:24:59 | docs/schema/styles/drop-shadow-style.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/styles/layer-style"
},
{
"properties": {
"a": {
"$ref": "#/$defs/animated-properties/value",
"description": "Local light angle",
"title": "Angle"
},
... | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 9b039d896c6016aaa1932ecd8f260e55f6b0b7ca | 2021-10-19T06:04:07 | docs/schema/layers/shape-layer.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/layers/layer"
},
{
"properties": {
"shapes": {
"items": {
"$ref": "#/$defs/shapes/concrete-shape"
},
"title": "Shapes",
"type": "array"
... | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 4feb7a269d2302c9a68fdb256ee8ac32a253d554 | 2021-12-01T11:13:15 | docs/schema/layers/precomposition-layer.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/layers/visual-layer"
},
{
"properties": {
"h": {
"default": 512,
"title": "Height",
"type": "integer"
},
"refId": {
"default": "",
... | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 3e662d2d9e1da1b785eef7aa280b0d75859e2d2f | 2021-10-26T21:03:25 | docs/schema/layers/layer.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/helpers/visual-object"
},
{
"properties": {
"ao": {
"$ref": "#/$defs/helpers/int-boolean",
"default": 0,
"title": "Auto Orient"
},
"bm": {
... | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 837607e8c9b559b972ec0a23ff635fd5a5c59aa9 | 2021-10-18T11:25:08 | docs/schema/layers/text-layer.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/layers/layer"
},
{
"properties": {
"t": {
"$ref": "#/text/text-animator-data",
"title": "Data"
},
"ty": {
"const": 5,
"title": "Type",
... | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 9b039d896c6016aaa1932ecd8f260e55f6b0b7ca | 2021-10-19T06:04:07 | docs/schema/text/text-data.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"properties": {
"k": {
"items": {
"$ref": "#/$defs/text/text-data-keyframe"
},
"title": "Keyframes",
"type": "array"
}
},
"required": [],
"type": ... | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 8362bdd4ad1eaef21e98f05d78b011c64ef57fbb | 2021-10-22T09:59:40 | 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 | 1f7d9f0f0af46a3399327607842f54ed4ac369cc | 2022-08-15T13:17:24 | docs/schema/animated-properties/position-keyframe.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/animated-properties/keyframe"
},
{
"properties": {
"ti": {
"description": "Tangent for values (eg: moving position around a curved path)",
"items": {
"type": "nu... | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 837607e8c9b559b972ec0a23ff635fd5a5c59aa9 | 2021-10-18T11:25:08 | docs/schema/animation/animation.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/composition/composition"
},
{
"$ref": "#/helpers/visual-object"
},
{
"properties": {
"assets": {
"item": {
"$ref": "#/assets/asset"
},
"title":... | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 837607e8c9b559b972ec0a23ff635fd5a5c59aa9 | 2021-10-18T11:25:08 | docs/schema/shapes/stroke-dash.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/helpers/visual-object"
},
{
"properties": {
"n": {
"$ref": "#/constants/stroke-dash-type",
"default": "d",
"title": "Type"
},
"v": {
"$ref": "#... | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 41e396c51eff7c6843d3c1efe6576355d1c77ca4 | 2023-02-16T10:33:15 | 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 | 5a455049fcd3a4734aeea9d182232e47b17b2916 | 2021-10-25T18:55:59 | 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",
"title": "End"
},
"m": {
"$ref": "#/$defs/constants/trim-... | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 4feb7a269d2302c9a68fdb256ee8ac32a253d554 | 2021-12-01T11:13:15 | 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 | 6180feff61a75c66ce3c4f1b0ec382cc40653076 | 2021-10-20T14:27:05 | docs/schema/assets/precomposition.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/assets/asset"
},
{
"$ref": "#/$defs/animation/composition"
},
{
"properties": {
"nm": {
"description": "Name of the precomposition",
"title": "Name",
... | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 2ad839487cd22881adc101106d27cf1ce757249d | 2022-06-25T13:10:02 | 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 | 876fa6fc4ed0d9f3c938cabdd4c559dbb6f79943 | 2021-10-29T12:52:59 | docs/schema/effects/wavy-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 | ae16fbd9b9f97192f21d292c37dcc2f448e138e8 | 2021-10-21T21:56:38 | docs/schema/constants/shape-direction.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "",
"oneOf": [
{
"const": 1,
"description": "Usually clockwise",
"title": "Normal"
},
{
"const": 3,
"description": "Usually counter clockwise",
"title": "Reversed"
}
],
"title": "Sha... | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 8babae8913ba408f931b62f8f7ac4d721a1c1e34 | 2022-04-09T04:47:44 | docs/schema/animation/animation.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/helpers/visual-object"
},
{
"properties": {
"assets": {
"description": "List of assets that can be referenced by layers",
"items": {
"oneOf": [
{
... | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 26e06cd7aa758ae68e95cc4b0b97c64571411b86 | 2022-11-01T09:29:58 | docs/schema/layers/text-layer.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/layers/visual-layer"
},
{
"properties": {
"t": {
"$ref": "#/$defs/text/text-data",
"title": "Data"
},
"ty": {
"const": 5,
"description": ... | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 58ded472e45867cf164ea2fcc91bad061cb88224 | 2022-06-20T14:24: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 | 6180feff61a75c66ce3c4f1b0ec382cc40653076 | 2021-10-20T14:27:05 | 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/layer"
},
{
"properties": {
"ty": {
"const": 3,
"description": "Layer type",
"title": "Type",
"type": "integer"
}
},
"required... | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 5a455049fcd3a4734aeea9d182232e47b17b2916 | 2021-10-25T18:55: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 | 5a455049fcd3a4734aeea9d182232e47b17b2916 | 2021-10-25T18:55:59 | 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 | 60369b88e3c4533a96311eb3a2261405623d9653 | 2022-04-10T05:27:44 | 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": {
"items": {
"$ref": "#/$defs/text/font"
},
"title": "List",
"type": "array"
}
},
"required": [],
"type": "object"
}
... | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 58ded472e45867cf164ea2fcc91bad061cb88224 | 2022-06-20T14:24:59 | 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",
"title": "End"
},
"m": {
"$ref": "#/$defs/constants/trim-... | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 60369b88e3c4533a96311eb3a2261405623d9653 | 2022-04-10T05:27:44 | 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 | 081e222d99c45cf4c67ce46bdbf09ccd5345d80f | 2022-07-26T07:44:02 | 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": {
"$ref": "#/$defs/constants/merge-mode",
"default": 1,
"title": "Merge Mode"
},
"ty": {
... | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 837607e8c9b559b972ec0a23ff635fd5a5c59aa9 | 2021-10-18T11:25:08 | docs/schema/constants/text-grouping.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "",
"oneOf": [
{
"const": 1,
"title": "Characters"
},
{
"const": 2,
"title": "Word"
},
{
"const": 3,
"title": "Line"
},
{
"const": 4,
"title": "All"
}
],
... | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 5a455049fcd3a4734aeea9d182232e47b17b2916 | 2021-10-25T18:55:59 | 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 | 7ce92ecbe87c57f0a66ed19fa889b76cbedb9682 | 2022-05-19T14:42:05 | 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 | 837607e8c9b559b972ec0a23ff635fd5a5c59aa9 | 2021-10-18T11:25:08 | docs/schema/shapes/trim.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/shapes/modifier"
},
{
"properties": {
"e": {
"$ref": "#/properties/value",
"title": "End"
},
"m": {
"$ref": "#/constants/trim-multiple-shapes",
... | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 5a455049fcd3a4734aeea9d182232e47b17b2916 | 2021-10-25T18:55:59 | docs/schema/layers/text-layer.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/layers/layer"
},
{
"properties": {
"t": {
"$ref": "#/$defs/text/text-animator-data",
"title": "Data"
},
"ty": {
"const": 5,
"description"... | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 837607e8c9b559b972ec0a23ff635fd5a5c59aa9 | 2021-10-18T11:25:08 | docs/schema/effects/fill-effect.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/effects/effect"
},
{
"properties": {
"ty": {
"const": 21,
"title": "Type",
"type": "integer"
}
},
"required": [
"ty"
],
"type": "... | CC-BY-4.0 | en |
LottieFiles/lottie-docs | d301bfaaea449b0328d9a4ab58b3a1705b1787dc | 2021-10-23T12:05:07 | docs/schema/animated-properties/color-value.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/animated-properties/animated-property"
},
{
"if": {
"properties": {
"a": {
"const": 0
}
}
},
"then": {
"properties": {
"k":... | CC-BY-4.0 | en |
LottieFiles/lottie-docs | a330dc23e69c9a43e108db57890902a6383d9da2 | 2021-10-27T07:34:28 | docs/schema/effect-values/point.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/effect-values/effect-value"
},
{
"properties": {
"ty": {
"const": 3,
"title": "Type",
"type": "integer"
},
"v": {
"$ref": "#/$defs/animat... | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 9b90c97c8a5bc380fc09ac89725c9de207d1d32e | 2022-05-18T11:17:17 | docs/schema/layers/visual-layer.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/layers/layer"
},
{
"properties": {
"ao": {
"$ref": "#/$defs/helpers/int-boolean",
"default": 0,
"description": "If 1, The layer will rotate itself to match its ani... | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 14836b59575d38fe92928f008000d27d89e36b67 | 2021-10-24T09:39:09 | docs/schema/shapes/group.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/shapes/shape-element"
},
{
"properties": {
"it": {
"$ref": "#/$defs/shapes/shape-list",
"title": "Shapes"
},
"np": {
"title": "Number Of Properties... | CC-BY-4.0 | en |
LottieFiles/lottie-docs | f30e9c421acc17a0db0ce171b904e9caf31aa136 | 2021-11-29T09:31:36 | docs/schema/effects/custom-effect.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/effects/effect"
},
{
"properties": {
"ty": {
"const": 5,
"title": "Type",
"type": "integer"
}
},
"required": [
"ty"
],
"typ... | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 4feb7a269d2302c9a68fdb256ee8ac32a253d554 | 2021-12-01T11:13:15 | docs/schema/layers/shape-layer.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/layers/visual-layer"
},
{
"properties": {
"shapes": {
"$ref": "#/$defs/shapes/shape-list",
"title": "Shapes"
},
"ty": {
"const": 4,
"desc... | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 60369b88e3c4533a96311eb3a2261405623d9653 | 2022-04-10T05:27:44 | docs/schema/constants/composite.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "How to stack copies in a repeater",
"oneOf": [
{
"const": 1,
"title": "Above"
},
{
"const": 2,
"title": "Below"
}
],
"title": "Composite",
"type": "integer"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 9b039d896c6016aaa1932ecd8f260e55f6b0b7ca | 2021-10-19T06:04:07 | 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": {
"ty": {
"const": 29,
"title": "Type",
"type": "integer"
}
},
"required": [
"ty"
],
"ty... | CC-BY-4.0 | en |
LottieFiles/lottie-docs | cbb029090fd3d119ff1bc9d33fe60a7878f8e0a7 | 2022-04-14T09:22:22 | docs/schema/animated-properties/animated-property.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"properties": {
"a": {
"$ref": "#/$defs/helpers/int-boolean",
"default": 0,
"description": "Whether the property is animated",
"title": "Animated"
},
"ix": {
... | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 26e06cd7aa758ae68e95cc4b0b97c64571411b86 | 2022-11-01T09:29:58 | docs/schema/text/text-data.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"properties": {
"a": {
"caniuse": "text-animators",
"items": {
"$ref": "#/$defs/text/text-range"
},
"title": "Ranges",
"type": "array"
},
"d": {
... | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 9b039d896c6016aaa1932ecd8f260e55f6b0b7ca | 2021-10-19T06:04:07 | 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": {
"$ref": "#/$defs/effects/effect-value"
},
"title": "Effects",
"type": "array"
... | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 837607e8c9b559b972ec0a23ff635fd5a5c59aa9 | 2021-10-18T11:25:08 | docs/schema/constants/text-shape.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "",
"oneOf": [
{
"const": 1,
"title": "Square"
},
{
"const": 2,
"title": "Ramp Up"
},
{
"const": 3,
"title": "Ramp Down"
},
{
"const": 4,
"title": "Triangle"
... | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 718213e5e7f2fb9f87829f70a6593b4d739e43eb | 2021-10-26T07:06:57 | 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 | 837607e8c9b559b972ec0a23ff635fd5a5c59aa9 | 2021-10-18T11:25:08 | docs/schema/constants/blend-mode.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "",
"oneOf": [
{
"const": 0,
"title": "Normal"
},
{
"const": 1,
"title": "Multiply"
},
{
"const": 2,
"title": "Screen"
},
{
"const": 3,
"title": "Overlay"
},
... | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 9b039d896c6016aaa1932ecd8f260e55f6b0b7ca | 2021-10-19T06:04:07 | docs/schema/helpers/mask.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/helpers/visual-object"
},
{
"properties": {
"inv": {
"default": false,
"title": "Inverted",
"type": "boolean"
},
"mode": {
"$ref": "#/$de... | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 837607e8c9b559b972ec0a23ff635fd5a5c59aa9 | 2021-10-18T11:25:08 | 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"
}
],
"title": "TextJustify",
"type": "integer"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 9b039d896c6016aaa1932ecd8f260e55f6b0b7ca | 2021-10-19T06:04:07 | docs/schema/animated-properties/shape-keyframe.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/animated-properties/keyframe"
},
{
"properties": {
"s": {
"items": {
"$ref": "#/$defs/helpers/bezier"
},
"title": "Start",
"type": "array"
... | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 58ded472e45867cf164ea2fcc91bad061cb88224 | 2022-06-20T14:24:59 | docs/schema/styles/satin-style.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/styles/layer-style"
},
{
"properties": {
"a": {
"$ref": "#/$defs/animated-properties/value",
"title": "Angle"
},
"bm": {
"$ref": "#/$defs/animated-... | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 5a455049fcd3a4734aeea9d182232e47b17b2916 | 2021-10-25T18:55:59 | 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 | 60369b88e3c4533a96311eb3a2261405623d9653 | 2022-04-10T05:27:44 | docs/schema/text/text-data.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Animated property representing the text contents",
"properties": {
"k": {
"items": {
"$ref": "#/$defs/text/text-data-keyframe"
},
"title": "Keyframes",
"type": "array"
}
},
"required": [
"k... | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 923c2bcbd2a1381a6d7da78748d759beddb9316d | 2023-04-26T07:48:18 | docs/schema/layers/visual-layer.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/layers/layer"
},
{
"properties": {
"ao": {
"$ref": "#/$defs/helpers/int-boolean",
"default": 0,
"description": "If 1, The layer will rotate itself to match its ani... | CC-BY-4.0 | en |
LottieFiles/lottie-docs | d4d7b11657e01d91f05f85207c991f040565d18b | 2022-05-20T09:36:32 | docs/schema/layers/visual-layer.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/layers/layer"
},
{
"properties": {
"ao": {
"$ref": "#/$defs/helpers/int-boolean",
"default": 0,
"description": "If 1, The layer will rotate itself to match its ani... | CC-BY-4.0 | en |
LottieFiles/lottie-docs | fbb0a387a9aeece260837679ee056e08e9ee6123 | 2021-11-23T09:41:42 | docs/schema/animated-properties/keyframe.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"properties": {
"h": {
"$ref": "#/$defs/helpers/int-boolean",
"default": 0,
"title": "Hold"
},
"s": {
"description": "Value at this keyframe. Note the if the property i... | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 081e222d99c45cf4c67ce46bdbf09ccd5345d80f | 2022-07-26T07:44:02 | docs/schema/shapes/zig-zag.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/shapes/shape-element"
},
{
"properties": {
"pt": {
"$ref": "#/$defs/animated-properties/value",
"description": "Point type (1 = corner, 2 = smooth)",
"title": "Poi... | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 48d8feb1f07379ebfe51f97f9b548566ee4a3193 | 2022-10-13T05:38:12 | docs/schema/layers/text-layer.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/layers/visual-layer"
},
{
"properties": {
"t": {
"$ref": "#/$defs/text/text-animator-data",
"title": "Data"
},
"ty": {
"const": 5,
"descr... | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 29151d603b2ad16a1019e053fdc8ab0ffc89bcd6 | 2022-04-08T19:32:25 | 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 | 09f7f2bf9faa628c6728b9bc8bb75d0f79fcce13 | 2021-10-19T15:25:56 | docs/schema/text/font.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"properties": {
"ascent": {
"title": "Ascent",
"type": "number"
},
"fFamily": {
"default": "sans",
"title": "Font Family",
"type": "string"
},
... | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 837607e8c9b559b972ec0a23ff635fd5a5c59aa9 | 2021-10-18T11:25:08 | 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": "integer"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | d301bfaaea449b0328d9a4ab58b3a1705b1787dc | 2021-10-23T12:05:07 | docs/schema/helpers/int-boolean.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"default": 0,
"description": "Represents boolean values as an integer. 0 is false, 1 is true.",
"enum": [
0,
1
],
"examples": [
0
],
"title": "Integer Boolean",
"type": "integer"
} | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 9c6870c18bdca76cbfc314c6bf9bba87fe3176e3 | 2022-04-14T11:01:40 | docs/schema/animated-properties/keyframe.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/animated-properties/keyframe-base"
},
{
"properties": {
"e": {
"deprecated": true,
"description": "Value at the end of the keyframe, note that this is deprecated and you sho... | CC-BY-4.0 | en |
LottieFiles/lottie-docs | d301bfaaea449b0328d9a4ab58b3a1705b1787dc | 2021-10-23T12:05:07 | docs/schema/shapes/fill.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/shapes/shape-element"
},
{
"properties": {
"c": {
"$ref": "#/$defs/animated-properties/color-value",
"title": "Color"
},
"o": {
"$ref": "#/$defs/an... | CC-BY-4.0 | en |
LottieFiles/lottie-docs | aa5b29ee6d5a596aa4b6123a80a49c5f13cbd81c | 2021-10-18T13:52:26 | docs/schema/helpers/transform.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"properties": {
"a": {
"$ref": "#/properties/multi-dimensional",
"title": "Anchor Point"
},
"o": {
"$ref": "#/properties/value",
"title": "Opacity"
},
"... | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 5a455049fcd3a4734aeea9d182232e47b17b2916 | 2021-10-25T18:55:59 | docs/schema/shapes/base-stroke.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"properties": {
"d": {
"items": {
"$ref": "#/$defs/shapes/stroke-dash"
},
"title": "Dashes",
"type": "array"
},
"lc": {
"$ref": "#/$defs/constants... | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 9b039d896c6016aaa1932ecd8f260e55f6b0b7ca | 2021-10-19T06:04:07 | docs/schema/animated-properties/gradient-colors.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"properties": {
"k": {
"$ref": "#/$defs/animated-properties/multi-dimensional",
"title": "Colors"
},
"p": {
"default": 0,
"title": "Count",
"type": "integer"
... | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 58ded472e45867cf164ea2fcc91bad061cb88224 | 2022-06-20T14:24:59 | docs/schema/helpers/mask.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/helpers/visual-object"
},
{
"properties": {
"inv": {
"caniuse": "mask-inverted",
"default": false,
"title": "Inverted",
"type": "boolean"
},
... | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 48d8feb1f07379ebfe51f97f9b548566ee4a3193 | 2022-10-13T05:38:12 | 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 | 26e06cd7aa758ae68e95cc4b0b97c64571411b86 | 2022-11-01T09:29:58 | docs/schema/constants/matte-mode.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "How a layer should mask another layer",
"oneOf": [
{
"const": 0,
"title": "Normal"
},
{
"const": 1,
"title": "Alpha"
},
{
"const": 2,
"title": "Inverted Alpha"
},
{
"c... | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 38b3aebddc31b75f10844c60e0c117c6b19349aa | 2023-03-09T19:41:19 | docs/schema/effects/twirl-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/angle",
"title": "Angle"
},
... | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 26e06cd7aa758ae68e95cc4b0b97c64571411b86 | 2022-11-01T09:29:58 | 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 | 9b039d896c6016aaa1932ecd8f260e55f6b0b7ca | 2021-10-19T06:04:07 | docs/schema/shapes/twist.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/shapes/shape-element"
},
{
"properties": {
"a": {
"$ref": "#/$defs/animated-properties/value",
"title": "Angle"
},
"c": {
"$ref": "#/$defs/animated... | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 38b3aebddc31b75f10844c60e0c117c6b19349aa | 2023-03-09T19:41:19 | docs/schema/layers/visual-layer.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/layers/layer"
},
{
"properties": {
"ao": {
"$ref": "#/$defs/helpers/int-boolean",
"default": 0,
"description": "If 1, The layer will rotate itself to match its ani... | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 9b039d896c6016aaa1932ecd8f260e55f6b0b7ca | 2021-10-19T06:04:07 | 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": {
"title": "Bm",
"type": "integer"
},
"cix": {
"title": "Property Index",
"type": "inte... | CC-BY-4.0 | en |
LottieFiles/lottie-docs | bc9a3f40c7bbf65091fcc23505f5e641bd1e6527 | 2022-07-09T16:10:00 | docs/schema/shapes/gradient.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"properties": {
"a": {
"$ref": "#/$defs/animated-properties/value",
"description": "Highlight Angle, relative to the direction from `s` to `e`",
"title": "Highlight Angle"
},
"e"... | CC-BY-4.0 | en |
LottieFiles/lottie-docs | a330dc23e69c9a43e108db57890902a6383d9da2 | 2021-10-27T07:34:28 | docs/schema/effects/matte3-effect.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/effects/effect"
},
{
"properties": {
"ef": {
"prefixItems": [
{
"$ref": "#/$defs/effect-values/slider",
"title": "index"
}
... | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 837607e8c9b559b972ec0a23ff635fd5a5c59aa9 | 2021-10-18T11:25:08 | docs/schema/shapes/shape.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/shapes/shape-element"
},
{
"properties": {
"d": {
"default": 0,
"title": "Direction",
"type": "number"
},
"ty": {
"const": null,
"tit... | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 9b039d896c6016aaa1932ecd8f260e55f6b0b7ca | 2021-10-19T06:04:07 | docs/schema/shapes/stroke.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/shapes/shape-element"
},
{
"$ref": "#/$defs/shapes/base-stroke"
},
{
"properties": {
"c": {
"$ref": "#/$defs/animated-properties/multi-dimensional",
"title": "... | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 60369b88e3c4533a96311eb3a2261405623d9653 | 2022-04-10T05:27:44 | docs/schema/layers/text-layer.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/layers/visual-layer"
},
{
"properties": {
"t": {
"$ref": "#/$defs/text/text-animator-data",
"title": "Data"
},
"ty": {
"const": 5,
"descr... | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 58ded472e45867cf164ea2fcc91bad061cb88224 | 2022-06-20T14:24:59 | docs/schema/styles/inner-glow-style.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/styles/layer-style"
},
{
"properties": {
"bm": {
"$ref": "#/$defs/animated-properties/value",
"title": "Blend Mode"
},
"c": {
"$ref": "#/$defs/anim... | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 9b039d896c6016aaa1932ecd8f260e55f6b0b7ca | 2021-10-19T06:04:07 | docs/schema/text/text-document.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"properties": {
"f": {
"default": "",
"title": "Font Family",
"type": "string"
},
"fc": {
"items": {
"default": [
0,
0,
... | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 1b99ae41c2af3820681dd01de475a5ec47b158a9 | 2021-10-20T18:11:18 | 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 | 60369b88e3c4533a96311eb3a2261405623d9653 | 2022-04-10T05:27:44 | docs/schema/constants/blend-mode.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Layer and shape blend mode",
"oneOf": [
{
"const": 0,
"title": "Normal"
},
{
"const": 1,
"title": "Multiply"
},
{
"const": 2,
"title": "Screen"
},
{
"const": 3,
... | CC-BY-4.0 | en |
LottieFiles/lottie-docs | 837607e8c9b559b972ec0a23ff635fd5a5c59aa9 | 2021-10-18T11:25:08 | docs/schema/text/text-document.json | 43 | 2024-05-27T04:43:41.687416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"properties": {
"f": {
"default": "",
"title": "Font Family",
"type": "string"
},
"fc": {
"item": {
"default": [
0,
0,
... | CC-BY-4.0 | en |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.