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

The value starts fast before decelerating towards the end. More...

Public Member Functions

def __init__ (self, delay=1/3)
 
def __call__ (self, keyframe)
 

Public Attributes

 delay
 

Detailed Description

The value starts fast before decelerating towards the end.

Definition at line 58 of file easing.py.

Constructor & Destructor Documentation

◆ __init__()

def lottie.objects.easing.EaseOut.__init__ (   self,
  delay = 1/3 
)

Definition at line 62 of file easing.py.

Member Function Documentation

◆ __call__()

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

Definition at line 65 of file easing.py.

Member Data Documentation

◆ delay

lottie.objects.easing.EaseOut.delay

Definition at line 63 of file easing.py.


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