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

Combines the effects of EaseIn and EaseOut. More...

Public Member Functions

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

Public Attributes

 delay
 

Detailed Description

Combines the effects of EaseIn and EaseOut.

Definition at line 88 of file easing.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 92 of file easing.py.

Member Function Documentation

◆ __call__()

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

Definition at line 95 of file easing.py.

Member Data Documentation

◆ delay

lottie.objects.easing.Sigmoid.delay

Definition at line 93 of file easing.py.


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