Interpolates the shape with its center point and bezier tangents with the opposite direction.
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) |
|
Interpolates the shape with its center point and bezier tangents with the opposite direction.
- Note
- marked as unsupported by lottie
- Lottie JSON
-
Definition at line 873 of file shapes.py.
◆ __init__()
def lottie.objects.shapes.OffsetPath.__init__ |
( |
|
self | ) |
|
◆ amount
lottie.objects.shapes.OffsetPath.amount |
◆ line_join
lottie.objects.shapes.OffsetPath.line_join |
◆ miter_limit
lottie.objects.shapes.OffsetPath.miter_limit |
◆ type
string lottie.objects.shapes.OffsetPath.type = "op" |
|
static |
The documentation for this class was generated from the following file: