python-lottie  0.7.0+dev66cafb9
A framework to work with lottie files and telegram animated stickers (tgs)
lottie.objects.shapes.Composite Class Reference
Inheritance diagram for lottie.objects.shapes.Composite:
[legend]
Collaboration diagram for lottie.objects.shapes.Composite:
[legend]

Static Public Attributes

int Above = 1
 
int Below = 2
 

Additional Inherited Members

- Public Member Functions inherited from lottie.objects.base.LottieEnum
def to_dict (self)
 Serializes into a JSON object fit for the Lottie format. More...
 
def load (cls, lottieint)
 Loads from a JSON object. More...
 
def clone (self)
 Returns a copy of the object. More...
 
- Public Member Functions inherited from lottie.objects.base.EnumMeta
def __new__ (cls, name, bases, classdict)
 

Detailed Description

Definition at line 705 of file shapes.py.

Member Data Documentation

◆ Above

int lottie.objects.shapes.Composite.Above = 1
static

Definition at line 706 of file shapes.py.

◆ Below

int lottie.objects.shapes.Composite.Below = 2
static

Definition at line 707 of file shapes.py.


The documentation for this class was generated from the following file: