python-lottie  0.7.0+dev66cafb9
A framework to work with lottie files and telegram animated stickers (tgs)
lottie.utils.funky_parser.AnimatableProperty Class Reference

Public Member Functions

def __init__ (self, name, phrase, props, AnimatableType type)
 
def set_initial (self, value)
 
def get_initial (self)
 
def add_keyframe (self, time, value)
 
def loop (self, time)
 
def get_value (self, time)
 

Public Attributes

 name
 
 phrase
 
 props
 
 type
 

Detailed Description

Definition at line 259 of file funky_parser.py.

Constructor & Destructor Documentation

◆ __init__()

def lottie.utils.funky_parser.AnimatableProperty.__init__ (   self,
  name,
  phrase,
  props,
AnimatableType  type 
)

Definition at line 260 of file funky_parser.py.

Member Function Documentation

◆ add_keyframe()

def lottie.utils.funky_parser.AnimatableProperty.add_keyframe (   self,
  time,
  value 
)

Definition at line 273 of file funky_parser.py.

◆ get_initial()

def lottie.utils.funky_parser.AnimatableProperty.get_initial (   self)

Definition at line 270 of file funky_parser.py.

◆ get_value()

def lottie.utils.funky_parser.AnimatableProperty.get_value (   self,
  time 
)

Definition at line 284 of file funky_parser.py.

◆ loop()

def lottie.utils.funky_parser.AnimatableProperty.loop (   self,
  time 
)

Definition at line 279 of file funky_parser.py.

◆ set_initial()

def lottie.utils.funky_parser.AnimatableProperty.set_initial (   self,
  value 
)

Definition at line 266 of file funky_parser.py.

Member Data Documentation

◆ name

lottie.utils.funky_parser.AnimatableProperty.name

Definition at line 261 of file funky_parser.py.

◆ phrase

lottie.utils.funky_parser.AnimatableProperty.phrase

Definition at line 262 of file funky_parser.py.

◆ props

lottie.utils.funky_parser.AnimatableProperty.props

Definition at line 263 of file funky_parser.py.

◆ type

lottie.utils.funky_parser.AnimatableProperty.type

Definition at line 264 of file funky_parser.py.


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