python-lottie  0.7.0+dev66cafb9
A framework to work with lottie files and telegram animated stickers (tgs)
lottie.objects.effects.EffectValueSlider Class Reference
Inheritance diagram for lottie.objects.effects.EffectValueSlider:
[legend]
Collaboration diagram for lottie.objects.effects.EffectValueSlider:
[legend]

Public Member Functions

def __init__ (self, value=0)
 
- Public Member Functions inherited from lottie.objects.effects.EffectValue
def __init__ (self)
 
def __str__ (self)
 
- Public Member Functions inherited from lottie.objects.base.LottieObject
def to_dict (self)
 Serializes into a JSON object fit for the Lottie format. More...
 
def load (cls, lottiedict)
 Loads from a JSON object. More...
 
def find (self, search, propname="name")
 Recursively searches for child objects with a matching property. More...
 
def find_all (self, type, predicate=None, include_self=True)
 Find all child objects that match a predicate. More...
 
def clone (self)
 Returns a copy of the object. More...
 
def clone_into (self, other)
 
- Public Member Functions inherited from lottie.objects.base.LottieObjectMeta
def __new__ (cls, name, bases, attr)
 

Public Attributes

 value
 Effect value. More...
 
- Public Attributes inherited from lottie.objects.effects.EffectValue
 effect_index
 Effect Index. More...
 
- Public Attributes inherited from lottie.objects.helpers.VisualObject
 name
 
 match_name
 

Static Public Attributes

int type = 0
 Effect type. More...
 
- Static Public Attributes inherited from lottie.objects.effects.EffectValue
 type = None
 Effect value type. More...
 

Detailed Description

Lottie JSON
Lottie name Type Description Attribute
nm str   name
mn str   match_name
ix int Effect Index.   effect_index
ty int = 0 Effect type.   type
v Value Effect value.   value

Definition at line 108 of file effects.py.

Constructor & Destructor Documentation

◆ __init__()

def lottie.objects.effects.EffectValueSlider.__init__ (   self,
  value = 0 
)

Definition at line 115 of file effects.py.

Member Data Documentation

◆ type

int lottie.objects.effects.EffectValueSlider.type = 0
static

Effect type.

Definition at line 113 of file effects.py.

◆ value

lottie.objects.effects.EffectValueSlider.value

Effect value.

Definition at line 118 of file effects.py.


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