python-lottie  0.7.0+dev66cafb9
A framework to work with lottie files and telegram animated stickers (tgs)
lottie.objects.properties Namespace Reference

Classes

class  KeyframeBezier
 
class  Keyframe
 
class  OffsetKeyframe
 Keyframe for MultiDimensional values. More...
 
class  AnimatableMixin
 
class  MultiDimensional
 An animatable property that holds a NVector. More...
 
class  PositionKeyframe
 Keyframe for Positional values. More...
 
class  PositionValue
 
class  ColorValue
 An animatable property that holds a Color. More...
 
class  GradientColors
 Represents colors and offsets in a gradient. More...
 
class  Value
 An animatable property that holds a float. More...
 
class  ShapePropKeyframe
 Keyframe holding Bezier objects. More...
 
class  ShapeProperty
 An animatable property that holds a Bezier. More...
 
class  SplitVector
 An animatable property that is split into individually anaimated components. More...
 

Functions

def prop_animated (l)
 
def prop_not_animated (l)
 

Function Documentation

◆ prop_animated()

def lottie.objects.properties.prop_animated (   l)

Definition at line 467 of file properties.py.

◆ prop_not_animated()

def lottie.objects.properties.prop_not_animated (   l)

Definition at line 477 of file properties.py.