python-lottie
0.6.11+devc144cca
A framework to work with lottie files and telegram animated stickers (tgs)
|
Classes | |
class | GlaxnimateRenderer |
Functions | |
def | convert (animation, exporter_slug) |
def | serialize (animation, serializer_slug, time=0) |
def | color_to_glaxnimate (NVector color) |
def | color_from_glaxnimate (color) |
def | point_from_glaxnimate (point) |
Variables | |
bool | has_glaxnimate = True |
def lottie.parsers.glaxnimate_helpers.color_from_glaxnimate | ( | color | ) |
Definition at line 57 of file glaxnimate_helpers.py.
def lottie.parsers.glaxnimate_helpers.color_to_glaxnimate | ( | NVector | color | ) |
Definition at line 53 of file glaxnimate_helpers.py.
def lottie.parsers.glaxnimate_helpers.convert | ( | animation, | |
exporter_slug | |||
) |
Definition at line 11 of file glaxnimate_helpers.py.
def lottie.parsers.glaxnimate_helpers.point_from_glaxnimate | ( | point | ) |
Definition at line 61 of file glaxnimate_helpers.py.
def lottie.parsers.glaxnimate_helpers.serialize | ( | animation, | |
serializer_slug, | |||
time = 0 |
|||
) |
Definition at line 18 of file glaxnimate_helpers.py.
bool lottie.parsers.glaxnimate_helpers.has_glaxnimate = True |
Definition at line 3 of file glaxnimate_helpers.py.