Group transform.
More...
|
def | __init__ (self) |
|
def | bounding_box (self, time=0) |
| Bounding box of the shape element at the given time. More...
|
|
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) |
|
def | to_matrix (self, time, auto_orient=False) |
|
Group transform.
- Lottie JSON
-
Definition at line 683 of file shapes.py.
◆ __init__()
def lottie.objects.shapes.TransformShape.__init__ |
( |
|
self | ) |
|
◆ anchor_point
lottie.objects.shapes.TransformShape.anchor_point |
◆ type
string lottie.objects.shapes.TransformShape.type = "tr" |
|
static |
The documentation for this class was generated from the following file: