|
def | __init__ (self, *args, **kwargs) |
|
def | __getattr__ (self, key) |
|
def | __str__ (self) |
|
def | __init__ (self) |
|
def | to_dict (self) |
| Serializes into a JSON object fit for the Lottie format. More...
|
|
def | load (cls, lottiedict) |
| Loads from a JSON object. More...
|
|
def | find (self, search, propname="name") |
| Recursively searches for child objects with a matching property. More...
|
|
def | find_all (self, type, predicate=None, include_self=True) |
| Find all child objects that match a predicate. More...
|
|
def | clone (self) |
| Returns a copy of the object. More...
|
|
def | clone_into (self, other) |
|
def | __new__ (cls, name, bases, attr) |
|
| effect_index |
| Effect Index. More...
|
|
| effects |
| Effect parameters. More...
|
|
| enabled |
| Whether the effect is enabled. More...
|
|
| name |
|
| match_name |
|
- Lottie JSON
-
Definition at line 429 of file effects.py.
◆ type
int lottie.objects.effects.PaintOverTransparentEffect.type = 7 |
|
static |
The documentation for this class was generated from the following file: