|
def | __init__ (self, angle=0) |
|
def | __init__ (self) |
|
def | __str__ (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) |
|
- Lottie JSON
-
Definition at line 122 of file effects.py.
◆ __init__()
def lottie.objects.effects.EffectValueAngle.__init__ |
( |
|
self, |
|
|
|
angle = 0 |
|
) |
| |
◆ type
int lottie.objects.effects.EffectValueAngle.type = 1 |
|
static |
◆ value
lottie.objects.effects.EffectValueAngle.value |
The documentation for this class was generated from the following file: