Changes the edges of affected shapes into a series of peaks and valleys of uniform size.
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) |
|
Changes the edges of affected shapes into a series of peaks and valleys of uniform size.
- Note
- marked as unsupported by lottie
- Lottie JSON
-
Definition at line 847 of file shapes.py.
◆ __init__()
def lottie.objects.shapes.ZigZag.__init__ |
( |
|
self | ) |
|
◆ points
lottie.objects.shapes.ZigZag.points |
◆ roundness
lottie.objects.shapes.ZigZag.roundness |
Radius to maked it a smoother curve.
Definition at line 864 of file shapes.py.
◆ size
lottie.objects.shapes.ZigZag.size |
Distance between peaks and troughs.
Definition at line 866 of file shapes.py.
◆ type
string lottie.objects.shapes.ZigZag.type = "zz" |
|
static |
The documentation for this class was generated from the following file: