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

Static Public Attributes

int Undefined = 0
 
int Normal = 1
 Usually clockwise. More...
 
int Reversed = 3
 Usually counter clockwise. More...
 

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 127 of file shapes.py.

Member Data Documentation

◆ Normal

int lottie.objects.shapes.ShapeDirection.Normal = 1
static

Usually clockwise.

Definition at line 130 of file shapes.py.

◆ Reversed

int lottie.objects.shapes.ShapeDirection.Reversed = 3
static

Usually counter clockwise.

Definition at line 132 of file shapes.py.

◆ Undefined

int lottie.objects.shapes.ShapeDirection.Undefined = 0
static

Definition at line 128 of file shapes.py.


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