Brandon Wilson
Brandon Wilson
15.3.0 is now on npm- https://www.npmjs.com/package/lottie-web/v/5.13.0
The source code for bodymovin is here- https://github.com/bodymovin/bodymovin-extension. FYI it took me a bit to get the dev environment running, particularly if you are on an ARM system. Also did...
Also add slots types
@theashraf gradient slots are not in the 1.0 specification. It is something we plan to add in the future. Possibly 1.1. That being said, your example is consistent with how...
Following the issues linked found this- https://json-schema.org/draft/2020-12/json-schema-core#section-8.2.4 ``` This keyword's value MUST be an object. Each member value of this object MUST be a valid JSON Schema. ``` From there,...
Hello @simbleau I've prepared a version of the spec with flattened definitions. Please try it out and let us know if it works for you. [lottie-flat.schema.json](https://github.com/user-attachments/files/23590434/lottie-flat.schema.json)
For posterity, I also followed up with the JSON schema spec for clarification on this topic- https://github.com/orgs/json-schema-org/discussions/954
I wrote a quick python script to do this- https://github.com/lottie/lottie-spec/pull/159 > How difficult was it to flatten the structure? Could you also provide a new structure without conditionals? The conditionals...
Consider supporting for simple shapes first, complex shapes later
For 1.1 we will specify general format and a limited number of effects. More effects to follow in subsequent releases.