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

Static Public Attributes

int NearestNeighbour = 0
 
int Linear = 1
 
int Cosine = 2
 
int Spline = 3
 
int Cubic = 4
 

Detailed Description

Definition at line 4 of file enums.py.

Member Data Documentation

◆ Cosine

int lottie.parsers.sif.sif.enums.Smooth.Cosine = 2
static

Definition at line 7 of file enums.py.

◆ Cubic

int lottie.parsers.sif.sif.enums.Smooth.Cubic = 4
static

Definition at line 9 of file enums.py.

◆ Linear

int lottie.parsers.sif.sif.enums.Smooth.Linear = 1
static

Definition at line 6 of file enums.py.

◆ NearestNeighbour

int lottie.parsers.sif.sif.enums.Smooth.NearestNeighbour = 0
static

Definition at line 5 of file enums.py.

◆ Spline

int lottie.parsers.sif.sif.enums.Smooth.Spline = 3
static

Definition at line 8 of file enums.py.


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