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

Custom easing. More...

Public Member Functions

def __init__ (self, out_point, in_point)
 
def __call__ (self, keyframe)
 

Public Attributes

 in_point
 
 out_point
 

Detailed Description

Custom easing.

Definition at line 122 of file easing.py.

Constructor & Destructor Documentation

◆ __init__()

def lottie.objects.easing.Bezier.__init__ (   self,
  out_point,
  in_point 
)

Definition at line 126 of file easing.py.

Member Function Documentation

◆ __call__()

def lottie.objects.easing.Bezier.__call__ (   self,
  keyframe 
)

Definition at line 130 of file easing.py.

Member Data Documentation

◆ in_point

lottie.objects.easing.Bezier.in_point

Definition at line 127 of file easing.py.

◆ out_point

lottie.objects.easing.Bezier.out_point

Definition at line 128 of file easing.py.


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