python-lottie
0.6.11+deved4e6c7
A framework to work with lottie files and telegram animated stickers (tgs)
|
Character shapes. More...
Public Member Functions | |
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 | __str__ (self) |
![]() | |
def | __new__ (cls, name, bases, attr) |
Public Attributes | |
shapes | |
Character shapes.
Lottie name | Type | Description | Attribute |
---|---|---|---|
shapes | list of ShapeElement | shapes |
def lottie.objects.text.CharacterData.__init__ | ( | self | ) |
Reimplemented from lottie.objects.base.LottieObject.